awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesAtomic Function Design

Guidelines for creating functions that perform a single task with minimal parameters to improve testability.

Distinct from Functional Application Structuring: Focuses on the internal structure and responsibility of individual functions rather than the overall application architecture.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Atomic Function Design. Refine with filters or upvote what's useful.

Awesome Atomic Function Design GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • labs42io/clean-code-typescriptAvatar de labs42io

    labs42io/clean-code-typescript

    9,764Ver en GitHub↗

    This project is a set of software engineering standards and architectural patterns for writing maintainable and refactorable TypeScript code. It provides a comprehensive guide for implementing clean code principles, focusing on the application of SOLID design and structural patterns to build decoupled systems. The framework prioritizes composition over inheritance and utilizes dependency inversion to reduce system coupling. It establishes standards for strict static typing and the use of read-only modifiers to ensure type safety and eliminate runtime errors. The guidance covers a broad range

    Implements standards for writing small, single-responsibility functions to simplify maintenance and testing.

    TypeScriptbest-practicesclean-architectureclean-code
    Ver en GitHub↗9,764
  • felipe-augusto/clean-code-javascriptAvatar de felipe-augusto

    felipe-augusto/clean-code-javascript

    4,891Ver en GitHub↗

    This project is a comprehensive guide and set of engineering standards for writing readable, maintainable, and scalable JavaScript code. It provides a framework for software architecture, refactoring patterns, and clean coding practices designed to improve codebase health and longevity. The guide emphasizes the application of SOLID principles and architectural strategies such as dependency inversion and the separation of concerns. It focuses on transforming complex conditional logic through polymorphism and refactoring, while promoting a transition from imperative loops to declarative functio

    Implements guidelines for creating atomic functions that perform a single task to improve testability.

    JavaScriptclean-codejavascript
    Ver en GitHub↗4,891
  1. Home
  2. Software Engineering & Architecture
  3. Functional Application Structuring
  4. Atomic Function Design