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

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

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

2 个仓库

Awesome GitHub RepositoriesJavaScript Examples

Runnable JavaScript code snippets demonstrating behavioral design patterns like Observer, Strategy, and Command.

Distinct from Behavioral Design Patterns: Distinct from Behavioral Design Patterns: provides concrete JavaScript code examples rather than general pattern descriptions.

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

Awesome JavaScript Examples GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chuanxshi/javascript-patternschuanxshi 的头像

    chuanxshi/javascript-patterns

    9,356在 GitHub 上查看↗

    This is a reference collection of reusable JavaScript code examples that demonstrate classic software design patterns. The project provides practical implementations of creational patterns like Singleton and Factory, structural patterns such as Adapter and Decorator, and behavioral patterns including Observer, Strategy, and Command. The documentation is organized around runnable code examples that show each pattern's structure and usage, serving as a practical guide for applying these solutions to recurring software architecture problems. The collection covers the three main categories of des

    Provides JavaScript code examples for behavioral design patterns such as Observer, Strategy, and Command.

    HTML
    在 GitHub 上查看↗9,356
  • addyosmani/essential-js-design-patternsaddyosmani 的头像

    addyosmani/essential-js-design-patterns

    4,910在 GitHub 上查看↗

    该项目是一个专注于 JavaScript 经典设计模式实现的库和软件架构指南。它提供了一系列具体的编码示例,将理论架构模式转化为可运行的代码,以提高软件的可维护性和可扩展性。 该仓库专注于用于解决常见软件工程问题的结构型和行为型模式。它提供了一套用于组织复杂逻辑和管理前端代码组织的模板和标准。 内容涵盖了广泛的能力领域,包括专业 JavaScript 开发以及应用既定的架构原则来解耦组件和管理应用复杂性。

    Provides runnable JavaScript implementations of various behavioral and structural design patterns.

    HTML
    在 GitHub 上查看↗4,910
  1. Home
  2. Software Engineering & Architecture
  3. Behavioral Design Patterns
  4. JavaScript Examples

探索子标签

  • Structural and Behavioral ExamplesRunnable JavaScript code snippets demonstrating both behavioral and structural design patterns. **Distinct from JavaScript Examples:** Combines both behavioral and structural pattern examples rather than focusing on only one category