How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Archived Style guide & coding conventions for Objective-C projects
This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source code. It provides a framework for maintaining clean and maintainable code through established conventions and formatting rules. The guide prioritizes composition over class inheritance by favoring value types and final classes. It establishes a policy for access control to manage boundaries between internal logic and external components through explicit visibility modifiers. The standards cover type safety optimization through immutable bindings and safe optional handling. A
Style guides for Google-originated open-source projects
Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3 times following the different patterns.
The main features of slideshareinc/swift-style-guide are: Mobile Development Guides.
Projects with overlapping indexed features include: github/objective-c-style-guide — **Archived** Style guide & coding conventions for Objective-C projects. github/swift-style-guide — This project is a set of coding standards, architectural patterns, and type safety guidelines for writing Swift source… google/styleguide — Style guides for Google-originated open-source projects. ivacf/archi — Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3… nytimes/objective-c-style-guide — This project provides a comprehensive set of standardized design patterns, naming conventions, and environment… raywenderlich/objective-c-style-guide — A style guide that outlines the coding conventions for Kodeco.