awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesExplanatory Variable Patterns

Use of intermediate variables to break down and document complex logical expressions.

Distinct from Variable Usage Analysis: Candidates focus on static analysis or environment variables; this is a manual clean-coding readability practice.

Explore 1 awesome GitHub repository matching software engineering & architecture · Explanatory Variable Patterns. Refine with filters or upvote what's useful.

Awesome Explanatory Variable Patterns GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • felipe-augusto/clean-code-javascriptAvatar de felipe-augusto

    felipe-augusto/clean-code-javascript

    4,891Voir sur 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

    Promotes breaking down complex expressions into intermediate variables to clarify each logical step.

    JavaScriptclean-codejavascript
    Voir sur GitHub↗4,891
  1. Home
  2. Software Engineering & Architecture
  3. Explanatory Variable Patterns