awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesComposite Patterns

Design patterns that allow treating individual objects and compositions of objects uniformly.

Distinct from Object Composition Patterns: Specifically implements the Composite pattern, whereas Object Composition Patterns is a broader design strategy.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Composite Patterns. Refine with filters or upvote what's useful.

Awesome Composite Patterns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • senghoo/golang-design-patternsenghoo 的头像

    senghoo/golang-design-pattern

    9,027在 GitHub 上查看↗

    This project is a collection of software design patterns implemented in Go, serving as a technical reference and a set of practical programming examples. It maps theoretical architectural patterns to concrete code to demonstrate structural, creational, and behavioral coding techniques. The repository provides implementations for creational patterns focused on object instantiation and blueprint management, structural patterns for organizing object compositions, and behavioral patterns that manage object interactions and responsibilities. The content covers broad capability areas including in

    Implements the Composite pattern to treat single objects and collections of objects under a shared interface.

    Go
    在 GitHub 上查看↗9,027
  • quantopian/pyfolioquantopian 的头像

    quantopian/pyfolio

    6,333在 GitHub 上查看↗

    Portfolio and risk analytics in Python

    Assembles multiple independent analytical modules into a single report by orchestrating plot and metric generation.

    Jupyter Notebook
    在 GitHub 上查看↗6,333
  • dbacinski/design-patterns-in-kotlindbacinski 的头像

    dbacinski/Design-Patterns-In-Kotlin

    5,998在 GitHub 上查看↗

    本项目是一个参考集合,展示了 Kotlin 中常见软件设计模式的实际实现。它通过行为型、创建型和结构型模式的应用,作为架构最佳实践和面向对象原则的指南。 该集合提供了具体的实现,演示了如何解耦对象实例化、管理对象间的通信与职责,以及组织复杂的类和对象关系。 该参考涵盖了工厂和构建器等创建型模式,适配器和组合模式等结构型模式,以及观察者和策略等行为型模式。

    Implements the Composite pattern to treat individual objects and compositions uniformly.

    Kotlin
    在 GitHub 上查看↗5,998
  1. Home
  2. Software Engineering & Architecture
  3. Object Composition Patterns
  4. Composite Patterns

探索子标签

  • Report OrchestrationsAssembling multiple independent analytical modules into a single report by orchestrating plot and metric generation in a defined sequence. **Distinct from Composite Patterns:** Distinct from Composite Patterns: focuses on orchestrating analytical modules into reports, not general object composition patterns.