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

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

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

asc-lab/better-code-with-ddd

0
View on GitHub↗
320 星标·63 分支·C#·5 次浏览www.altkomsoftware.com/blog/better-code-using-domain-driven-design↗

Better Code With Ddd

This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.

Features

  • Domain Driven Design Samples - Tactical DDD patterns for improved code expressiveness.

Star 历史

asc-lab/better-code-with-ddd 的 Star 历史图表asc-lab/better-code-with-ddd 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

asc-lab/better-code-with-ddd 是做什么的?

This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.

asc-lab/better-code-with-ddd 的主要功能有哪些?

asc-lab/better-code-with-ddd 的主要功能包括:Domain Driven Design Samples。

asc-lab/better-code-with-ddd 有哪些开源替代品?

asc-lab/better-code-with-ddd 的开源替代品包括: vaughnvernon/iddd_samples — This project is a reference implementation of domain-driven design patterns and a sample of command query… zkavtaskin/domain-driven-design-example — Domain-Driven-Design-Example is a C# sample project and reference pattern that demonstrates how to structure business… cheese10yun/spring-jpa-best-practices — This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… jbuget/nodejs-clean-architecture-app — This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture… asc-lab/java-cqrs-intro — Examples of implementation CQRS with Event Sourcing - evolutionary approach.

Better Code With Ddd 的开源替代方案

相似的开源项目,按与 Better Code With Ddd 的功能重合度排序。
  • vaughnvernon/iddd_samplesVaughnVernon 的头像

    VaughnVernon/IDDD_Samples

    3,938在 GitHub 上查看↗

    This project is a reference implementation of domain-driven design patterns and a sample of command query responsibility segregation. It provides a collection of event-driven microservices that demonstrate the practical application of architectural principles for structuring complex software systems. The implementation separates read and write models through an event journal and organizes services into bounded contexts to maintain clear functional boundaries. It coordinates business logic by dispatching and consuming domain events to synchronize different modules. The project covers a range

    Java
    在 GitHub 上查看↗3,938
  • stemmlerjs/ddd-forumstemmlerjs 的头像

    stemmlerjs/ddd-forum

    2,088在 GitHub 上查看↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    在 GitHub 上查看↗2,088
  • cheese10yun/spring-jpa-best-practicescheese10yun 的头像

    cheese10yun/spring-jpa-best-practices

    1,173在 GitHub 上查看↗

    This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven design within Java enterprise applications. It focuses on structuring persistence layers to ensure data integrity, maintainability, and clear domain boundaries when working with object-relational mapping. The repository distinguishes itself by demonstrating how to encapsulate business logic and state transitions directly within entities, moving away from simple data containers toward rich domain models. It provides practical examples for managing complex entity relationships, i

    Javabest-practicesdata-jpajpa
    在 GitHub 上查看↗1,173
  • zkavtaskin/domain-driven-design-examplezkavtaskin 的头像

    zkavtaskin/Domain-Driven-Design-Example

    1,880在 GitHub 上查看↗

    Domain-Driven-Design-Example is a C# sample project and reference pattern that demonstrates how to structure business logic and domain models using domain-driven design principles. It implements enterprise application architecture patterns by isolating core business rules and domain entities from technical infrastructure concerns through bounded contexts. The codebase implements core domain concepts using immutable value objects defined entirely by their attributes, alongside entities and application services. It coordinates external requests, transaction boundaries, and domain model interact

    C#csharpdddddd-architecture
    在 GitHub 上查看↗1,880
  • 查看 Better Code With Ddd 的所有 30 个替代方案→