awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
A

Aaaaaashu/Guide

0
View on GitHub↗
0 stars·0 forks·12 views

Guide

Features

  • Coding Standards - Comprehensive manual for frontend development standards.

Star history

Star history chart for aaaaaashu/guideStar history chart for aaaaaashu/guide

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Guide

These projects share indexed features with Guide. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • github/objective-c-style-guidegithub avatar

    github/objective-c-style-guide

    1,666View on GitHub↗

    Archived Style guide & coding conventions for Objective-C projects

    View on GitHub↗1,666
  • github/swift-style-guidegithub avatar

    github/swift-style-guide

    4,762View on GitHub↗

    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

    View on GitHub↗4,762
  • hzlzh/front-end-standardsH

    hzlzh/Front-End-Standards

    0View on GitHub↗
    View on GitHub↗0
  • futurice/ios-good-practicesfuturice avatar

    futurice/ios-good-practices

    10,976View on GitHub↗

    This project provides a set of development guidelines and architectural recommendations for building iOS applications. It focuses on structuring Swift applications to decouple business logic from the user interface to improve testability and maintenance. The project covers specific implementation standards for security, such as using keychain storage for sensitive data and TLS certificate pinning for network traffic. It also defines patterns for code quality enforcement through static analysis and compiler configurations, as well as strategies for asset and localization management. The guide

    View on GitHub↗10,976
Compare all 10 related projects→

Frequently asked questions

What are the main features of aaaaaashu/guide?

The main features of aaaaaashu/guide are: Coding Standards.

Which projects share features with aaaaaashu/guide?

Projects with overlapping indexed features include: futurice/ios-good-practices — This project provides a set of development guidelines and architectural recommendations for building iOS applications.… 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… hzlzh/front-end-standards. 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.