awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to github/objective-c-style-guide

Open-source alternatives to Objective C Style Guide

30 open-source projects similar to github/objective-c-style-guide, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Objective C Style Guide alternative.

  • nytimes/objective-c-style-guideNYTimes का अवतार

    NYTimes/objective-c-style-guide

    5,822GitHub पर देखें↗

    This project provides a comprehensive set of standardized design patterns, naming conventions, and environment configurations for Objective-C development. It establishes a consistent framework for API design, memory management, and project organization to ensure codebases remain readable and maintainable across teams. The guide defines specific standards for namespace isolation using class prefixes and a structured system for naming assets. It outlines architectural patterns for delegate protocols and error handling mechanisms intended to improve type safety and clarity. Coverage extends to

    GitHub पर देखें↗5,822
  • github/swift-style-guidegithub का अवतार

    github/swift-style-guide

    4,762GitHub पर देखें↗

    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

    GitHub पर देखें↗4,762
  • google/styleguidegoogle का अवतार

    google/styleguide

    39,367GitHub पर देखें↗

    Style guides for Google-originated open-source projects

    HTMLcpplintstyle-guidestyleguide
    GitHub पर देखें↗39,367
  • raywenderlich/objective-c-style-guideraywenderlich का अवतार

    raywenderlich/objective-c-style-guide

    3,086GitHub पर देखें↗

    A style guide that outlines the coding conventions for Kodeco

    GitHub पर देखें↗3,086

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • raywenderlich/swift-style-guideraywenderlich का अवतार

    raywenderlich/swift-style-guide

    13,173GitHub पर देखें↗

    This project is a collection of Swift coding standards and static analysis rules designed to ensure consistency across Swift projects. It provides a defined set of naming conventions and structural guidelines to maintain a shared style for teams. The repository centers on a SwiftLint configuration used to automate the detection and correction of style violations in source code. This configuration enables automated style enforcement, ensuring that code adheres to organizational standards without requiring manual review. The guidelines cover the standardization of code formatting, naming, and

    GitHub पर देखें↗13,173
  • bbatsov/emacs-lisp-style-guidebbatsov का अवतार

    bbatsov/emacs-lisp-style-guide

    1,132GitHub पर देखें↗

    A community-driven Emacs Lisp style guide

    GitHub पर देखें↗1,132
  • chrisdone/elisp-guideC

    chrisdone/elisp-guide

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • databricks/scala-style-guidedatabricks का अवतार

    databricks/scala-style-guide

    2,784GitHub पर देखें↗
    GitHub पर देखें↗2,784
  • dotnet/standarddotnet का अवतार

    dotnet/standard

    3,040GitHub पर देखें↗

    This repo is building the .NET Standard

    GitHub पर देखें↗3,040
  • futurice/ios-good-practicesfuturice का अवतार

    futurice/ios-good-practices

    10,976GitHub पर देखें↗

    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

    GitHub पर देखें↗10,976
  • golang-standards/project-layoutgolang-standards का अवतार

    golang-standards/project-layout

    56,122GitHub पर देखें↗

    This project provides a standardized directory layout pattern that establishes a predictable structure for organizing source code, configuration files, and documentation. It serves as a community-driven framework designed to improve project maintainability, simplify developer onboarding, and ensure consistency across large-scale software development efforts. By enforcing uniform file layouts, the project reduces cognitive load for developers working across multiple services or microservices. It utilizes convention-based folder templates to ensure that application logic, infrastructure, and co

    Makefilegogolangproject-structure
    GitHub पर देखें↗56,122
  • hzlzh/front-end-standardsH

    hzlzh/Front-End-Standards

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • ivacf/archiivacf का अवतार

    ivacf/archi

    3,306GitHub पर देखें↗

    Repository that showcases 3 Android app architectures: "Standard Android", MVP and MVVM. The exact same app is built 3 times following the different patterns.

    Java
    GitHub पर देखें↗3,306
  • juliadiff/bluestyleJuliaDiff का अवतार

    JuliaDiff/BlueStyle

    513GitHub पर देखें↗
    blueformattingjulia
    GitHub पर देखें↗513
  • kodecocodes/c-sharp-style-guidekodecocodes का अवतार

    kodecocodes/c-sharp-style-guide

    503GitHub पर देखें↗

    C# Style Guide for Game Tech tutorials

    GitHub पर देखें↗503
  • kodecocodes/swift-style-guidekodecocodes का अवतार

    kodecocodes/swift-style-guide

    13,173GitHub पर देखें↗

    This project is a comprehensive set of standards for the Swift ecosystem, providing a code style guide, API design standards, and a memory management guide. It establishes standardized naming and formatting rules to ensure consistent and maintainable source code. The project includes a linting configuration used by automated tools to detect and enforce syntax patterns. These rules are designed to standardize code style and can be integrated into build phases to block commits with formatting errors. The guidelines cover a broad range of development capabilities, including the use of access mo

    GitHub पर देखें↗13,173
  • linkedin/swift-style-guidelinkedin का अवतार

    linkedin/swift-style-guide

    1,454GitHub पर देखें↗

    LinkedIn's Official Swift Style Guide

    GitHub पर देखें↗1,454
  • metova/swift-style-guidemetova का अवतार

    metova/swift-style-guide

    0GitHub पर देखें↗

    Metova's Swift Style Guide

    GitHub पर देखें↗0
  • mgechev/angularjs-style-guidemgechev का अवतार

    mgechev/angularjs-style-guide

    4,925GitHub पर देखें↗

    This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS applications. It establishes a structural approach for separating business logic into injectable services and restricting document object model manipulation to directives. The guide provides a standardized framework for project organization through consistent naming conventions, directory hierarchies, and module structuring. It emphasizes the use of isolated scopes for component encapsulation and explicit array notation for dependency injection to ensure stability during code

    GitHub पर देखें↗4,925
  • ribot/android-guidelinesribot का अवतार

    ribot/android-guidelines

    5,007GitHub पर देखें↗

    This project provides a set of Android development guidelines, architecture standards, and a coding style guide. It establishes uniform formatting and implementation rules to ensure code consistency and maintainability for applications built on the Android platform. The project includes a standardized project structure template that defines consistent folder hierarchies and file layouts. These standards are designed to maintain a predictable development experience across multiple workstreams. The guidelines cover architectural patterns including layer-based separation of business logic and p

    GitHub पर देखें↗5,007
  • rubocop/ruby-style-guiderubocop का अवतार

    rubocop/ruby-style-guide

    16,546GitHub पर देखें↗

    This project is a community-driven style guide that defines standards for formatting and structuring Ruby code. It serves as a collection of language conventions and best practices intended to ensure that Ruby applications are written idiomatically and maintainably. The guide functions as a static analysis standard, providing a reference that automated linting tools use to enforce uniform coding patterns and structural rules. By mapping written guidelines to these automated configurations, it establishes a shared source of truth for code consistency. The scope of the project covers Ruby code

    rubocoprubystyle-guide
    GitHub पर देखें↗16,546
  • rust-lang/rustrust-lang का अवतार

    rust-lang/rust

    114,066GitHub पर देखें↗

    Rust is a programming language designed for memory safety and performance. It provides a comprehensive curriculum that covers fundamental syntax, memory management, and advanced programming paradigms, including support for functional and object-oriented styles. The language features a strong type system that enforces memory safety through ownership, borrowing, and lifetime annotations, while also offering mechanisms for handling both recoverable and unrecoverable errors. The language includes extensive support for concurrent programming, providing primitives for thread management, shared-stat

    Rustcompilerlanguagerust
    GitHub पर देखें↗114,066
  • ryanmcdermott/clean-code-javascriptryanmcdermott का अवतार

    ryanmcdermott/clean-code-javascript

    94,454GitHub पर देखें↗

    This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft

    JavaScriptbest-practicesclean-architectureclean-code
    GitHub पर देखें↗94,454
  • slideshareinc/swift-style-guideS

    SlideShareInc/swift-style-guide

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • soffes/812796S

    soffes/812796

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • spotify/ios-stylespotify का अवतार

    spotify/ios-style

    244GitHub पर देखें↗

    Guidelines for iOS development in use at Spotify

    GitHub पर देखें↗244
  • transmissions11/solcuritytransmissions11 का अवतार

    transmissions11/solcurity

    2,179GitHub पर देखें↗

    Opinionated security and code quality standard for Solidity smart contracts.

    GitHub पर देखें↗2,179
  • uber-go/guideuber-go का अवतार

    uber-go/guide

    17,573GitHub पर देखें↗

    This project is a collection of guidelines and best practices for the Go programming language, providing a comprehensive style guide and set of programming standards. It establishes a framework for writing maintainable and performant source code through standardized naming, structuring, and organizational conventions. The guide focuses on specific patterns for concurrency, error handling, and performance optimization. It details methods for managing goroutine lifecycles to prevent race conditions, designing structured error wrapping and routing to maintain observability, and implementing memo

    Makefilebest-practicesgogolang
    GitHub पर देखें↗17,573
  • xmartlabs/swift-style-guidexmartlabs का अवतार

    xmartlabs/Swift-Style-Guide

    44GitHub पर देखें↗

    Swift language style guide & coding conventions followed by Xmartlabs.

    GitHub पर देखें↗44
  • aaaaaashu/guideA

    Aaaaaashu/Guide

    0GitHub पर देखें↗
    GitHub पर देखें↗0