awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Module Encapsulation Patterns · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesModule Encapsulation Patterns

Techniques for controlling module visibility and exposing public interfaces while hiding internal implementation details.

Distinguishing note: Focuses on structural visibility and barrel-file patterns rather than general software architecture.

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

  1. Home
  2. Software Engineering & Architecture
  3. Module Encapsulation Patterns

Awesome Module Encapsulation Patterns GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • alan2207/bulletproof-react

    alan2207/bulletproof-react

    34,463View on GitHub↗

    Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of large-scale, maintainable frontend applications. It provides a set of structural principles and organizational strategies that enforce a strict separation of concerns, ensuring that codebases remain manageable as they grow in complexity over time. The project distinguishes itself by promoting a modular design that groups related logic, components, and services into dedicated feature folders. It utilizes a composition-based approach to build user interfaces and implements a dependency

    Uses index files to expose only public interfaces while keeping internal implementation details private to each feature module.

    TypeScriptreactreact-applicationsreact-architecture-patterns
    34,463View on GitHub↗