This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of
This project is a structured learning path and skill roadmap designed to guide developers through the Android ecosystem. It serves as a mobile engineering curriculum and career guide, organizing the technical knowledge required to build scalable applications from basic concepts to advanced professional skills. The guide differentiates itself by providing a hierarchical map of required knowledge, sequencing technical topics into a logical order. It includes a curated collection of study resources and technical documentation, along with tools to track learning progress through the specified cur
The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding conventions and design principles for C++. It serves as an authoritative guide for writing safe, efficient, and maintainable code by establishing high-level architectural patterns and organizational principles for large-scale projects. The guidelines emphasize the use of a strong, static type system to ensure memory safety and enforce consistent resource management patterns. The project distinguishes itself by promoting the zero-overhead abstraction principle, ensuring that high-
This project serves as an educational resource and practical guide for developers learning to build native mobile applications on the Android platform using the Kotlin programming language. It provides a structured codebase that demonstrates how to apply modern language syntax and development paradigms to real-world software tasks. The repository focuses on teaching professional mobile application architecture by implementing industry-standard design patterns. Through a series of hands-on examples, it illustrates how to organize application logic, manage component dependencies, and maintain c
Ce dépôt sert de collection centralisée de documentation technique et de modèles architecturaux pour les développeurs construisant des logiciels mobiles sur la plateforme Android. Il fonctionne comme un guide complet pour implémenter du code Kotlin idiomatique et établir des normes d'ingénierie cohérentes à travers les projets mobiles.
Les fonctionnalités principales de android/kotlin-guides sont : Android Development, Android Development Resources, Android App Architecture Patterns, Kotlin Resources, Development Best Practices, Software Engineering Standards.
Les alternatives open-source à android/kotlin-guides incluent : thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding… mobile-roadmap/android-developer-roadmap — This project is a structured learning path and skill roadmap designed to guide developers through the Android… isocpp/cppcoreguidelines — The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding… antoniolg/kotlin-for-android-developers — This project serves as an educational resource and practical guide for developers learning to build native mobile… zhanymkanov/fastapi-best-practices — This project provides a comprehensive guide to architectural patterns and best practices for building scalable,… wearehive/project-guidelines — This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality…