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
·

1 repositorio

Awesome GitHub RepositoriesInterface Design Patterns

Techniques for defining clear contracts between software components.

Distinguishing note: Focuses on architectural separation of concerns rather than general coding style.

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

Awesome Interface Design Patterns GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • isocpp/cppcoreguidelinesAvatar de isocpp

    isocpp/CppCoreGuidelines

    45,100Ver en GitHub↗

    The CppCoreGuidelines is a comprehensive software engineering standard that provides a curated framework of coding conventions and design principles for C++. It serves as an authoritative guide for writing safe, efficient, and maintainable code by establishing high-level architectural patterns and organizational principles for large-scale projects. The guidelines emphasize the use of a strong, static type system to ensure memory safety and enforce consistent resource management patterns. The project distinguishes itself by promoting the zero-overhead abstraction principle, ensuring that high-

    Defines clear contracts between program components by isolating declarations in header files.

    CSS
    Ver en GitHub↗45,100
  1. Home
  2. Software Engineering & Architecture
  3. Interface Design Patterns