awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesCode Quality and Patterns

Resources for maintaining clean code, design patterns, and style guides.

Explore 10 awesome GitHub repositories matching part of an awesome list · Code Quality and Patterns. Refine with filters or upvote what's useful.

Awesome Code Quality and Patterns GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • iluwatar/java-design-patternsAvatar von iluwatar

    iluwatar/java-design-patterns

    94,123Auf GitHub ansehen↗

    This repository serves as a comprehensive educational collection of industry-standard software design patterns and architectural principles implemented in Java. It functions as a structured reference for developers to study and apply proven strategies for building maintainable, object-oriented systems. The project acts as a knowledge base for software engineering, offering a curated set of programming heuristics and best practices. By providing ready-to-use implementations of standard design patterns, it enables developers to address common programming challenges and improve code modularity t

    Comprehensive collection of design patterns for Java.

    Javaawesome-listdesign-patternshacktoberfest
    Auf GitHub ansehen↗94,123
  • nlohmann/jsonAvatar von nlohmann

    nlohmann/json

    49,944Auf GitHub ansehen↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Intuitive JSON library for C++ applications.

    C++bsoncborheader-only
    Auf GitHub ansehen↗49,944
  • kamranahmedse/design-patterns-for-humansAvatar von kamranahmedse

    kamranahmedse/design-patterns-for-humans

    47,878Auf GitHub ansehen↗

    This project is a comprehensive educational resource designed to help developers master object-oriented design and architectural patterns. It serves as a structured reference for understanding how to organize classes and objects to improve code maintainability, resolve recurring development challenges, and prepare for technical engineering assessments. The guide covers the three primary categories of design patterns: creational, structural, and behavioral. Each pattern is explained through practical examples that demonstrate how to manage object instantiation, simplify complex interfaces, and

    Simplified explanations of design patterns for developers.

    architecturecomputer-sciencedesign-patterns
    Auf GitHub ansehen↗47,878
  • alibaba/fastjsonAvatar von alibaba

    alibaba/fastjson

    25,625Auf GitHub ansehen↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    High-performance JSON processing library for Java.

    Java
    Auf GitHub ansehen↗25,625
  • swiftyjson/swiftyjsonAvatar von SwiftyJSON

    SwiftyJSON/SwiftyJSON

    22,951Auf GitHub ansehen↗

    SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON structures. It provides a toolkit for converting raw JSON strings into structured formats without requiring manual type casting or optional chaining for every value. The library focuses on simplifying nested data extraction through subscript-based value access and recursive data resolution. It ensures optional-safe value retrieval by returning default empty values instead of crashing when encountering missing keys or out-of-bounds array indices. The project includes capabilit

    Simplified JSON handling for Swift developers.

    Swift
    Auf GitHub ansehen↗22,951
  • futurice/android-best-practicesAvatar von futurice

    futurice/android-best-practices

    20,754Auf GitHub ansehen↗

    This project provides a comprehensive set of architectural patterns, build configurations, and quality standards for developing maintainable and scalable Android applications. It serves as a guide for organizing mobile application code into feature-based modules to improve encapsulation and simplify navigation, while establishing a framework for standardizing build processes and dependency management across development environments. The repository distinguishes itself by offering strategies for integrating automated quality assurance, including unit testing, static code analysis, and performa

    Recommended practices for professional Android development.

    androidandroid-developmentbest-practices
    Auf GitHub ansehen↗20,754
  • futurice/ios-good-practicesAvatar von futurice

    futurice/ios-good-practices

    10,976Auf GitHub ansehen↗

    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

    Collection of best practices for iOS development.

    Auf GitHub ansehen↗10,976
  • bbatsov/rails-style-guideAvatar von bbatsov

    bbatsov/rails-style-guide

    6,509Auf GitHub ansehen↗

    This project is a collection of community-driven coding standards and best practices for developing maintainable Ruby on Rails applications. It serves as a style guide, architecture reference, and development guide to ensure consistency across a codebase. The guide provides technical recommendations for establishing naming conventions and architectural patterns. It specifically focuses on organizing models, controllers, and views to separate business logic from data persistence and user interface presentation. The documentation covers a broad range of capabilities, including RESTful API desi

    Community-driven style guide for Ruby on Rails.

    Auf GitHub ansehen↗6,509
  • toddmotto/angularjs-styleguideAvatar von toddmotto

    toddmotto/angularjs-styleguide

    5,919Auf GitHub ansehen↗

    This is a style guide for structuring AngularJS applications using a component-based architecture. It provides a set of conventions for organizing code into self-contained modules, each encapsulating its own logic, templates, and routing. The guide promotes a modular application structure built from root, component, common, and feature modules to improve maintainability and reusability. The guide establishes a one-way data flow pattern where parent components pass data to children through bindings, and children communicate changes back up through events. It distinguishes between stateful comp

    Best practices and style guide for AngularJS development.

    angularangularjses2015
    Auf GitHub ansehen↗5,919
  • airbnb/rubyAvatar von airbnb

    airbnb/ruby

    3,890Auf GitHub ansehen↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Standardized style guide for writing Ruby code.

    Ruby
    Auf GitHub ansehen↗3,890
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Quality and Patterns