awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesNested Loop Extractions

Refactoring techniques that wrap nested iterations in separate functions to simplify control flow and enable early returns.

Distinct from Nested Payload Extractions: The candidates focus on database join algorithms or payload extraction, whereas this is a general code refactoring pattern for loop control.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Nested Loop Extractions. Refine with filters or upvote what's useful.

Awesome Nested Loop Extractions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • piglei/one-python-craftsmanAvatar piglei

    piglei/one-python-craftsman

    7,211Vezi pe GitHub↗

    This project is a comprehensive Python coding guide and software engineering resource focused on professional development practices. It provides a detailed collection of idiomatic techniques, design patterns, and architectural strategies to improve code quality and maintainability. The guide emphasizes advanced design patterns such as dependency injection, data-driven design, and the application of SOLID principles for object-oriented design. It distinguishes itself by covering sophisticated structural strategies, including class-based decorators, the separation of interfaces from implementat

    A Python refactoring technique that wraps nested loops in a separate function to allow immediate exit via a single return.

    articlesbookpython
    Vezi pe GitHub↗7,211
  • ht524/500lineorless_cnAvatar HT524

    HT524/500LineorLess_CN

    4,434Vezi pe GitHub↗

    This project is a Chinese localization repository and technical translation project designed to make concise programming projects and technical documentation accessible to Chinese speakers. It provides a collection of translated resources and curated mappings of computer science terminology to ensure consistent translation of technical concepts. The project implements a software localization workflow that converts English-language technical guides and codebase documentation into Chinese. This process utilizes a technical glossary resource and a resource-driven localization model to maintain t

    Identifies code blocks within loops by tracking label nodes and backward-jumping expressions.

    Jupyter Notebook
    Vezi pe GitHub↗4,434
  1. Home
  2. Software Engineering & Architecture
  3. Nested Loop Extractions

Explorează sub-etichetele

  • Loop Block IdentificationAnalyzes code structure to identify the boundaries of loop blocks through label and jump tracking. **Distinct from Nested Loop Extractions:** Focuses on identifying the block for analysis rather than refactoring it into a separate function