About 64 results
Open links in new tab
  1. 一文读懂:领域驱动设计DDD

    Feb 22, 2026 · 领域驱动设计(DDD)前些年很火,因为近两年2B和SAAS越来越受关注。但不少人读过Eric Evans的《领域驱动设计》和Vaughn Vernon的《实现领域驱动设计》后,都很懵,太抽象。 本 …

  2. What is Domain Driven Design? - Stack Overflow

    Aug 30, 2017 · DDD (domain driven design) is a useful concept for analyse of requirements of a project and handling the complexity of these requirements.Before that people were analysing these …

  3. 越来越火的DDD,到底是什么? - 知乎

    1. 前言 最近在新团队尝试推行DDD,毫不意外的,阻力重重。这已经是我在第五个团队进行DDD的尝试,为什么DDD的推广会如此困难?除了我个人能力水平的因素以外,我想推不动大概还有这么几个 …

  4. 领域驱动设计 (DDD)靠谱吗? - 知乎

    领域驱动设计DDD越来越受到重视, 国内有很多团队在使用领域驱动设计DDD, 但是每一个团队对DDD的理解可能不一样。 如果领域的设计不能很好地指导开发工作, 那么DDD的威力就发挥不出来 …

  5. What is Domain Driven Design (DDD)? - Stack Overflow

    Aug 10, 2019 · Before attempting DDD, you should be familiar with design patterns and enterprise design patterns. Knowing these makes DDD a lot easier to grasp. And, as mentioned above, there is …

  6. 能否用一个简单的实际业务场景通俗易懂的解释DDD(领域驱动设计) …

    需要指出DDD不能替代详细设计,DDD是为了更清晰地详细设计。 在微服务流行的互联网行业,当业务逐渐复杂时,技术人员需要解决如何划分微服务边界的问题,DDD这种清晰化业务边界的特性正好 …

  7. DDD - Dependencies between domain model, services and repositories

    To your last point, services in DDD are a place to put what I describe as "awkward" logic. If you have some type of logic or work flow that has dependencies on other entities this is the type of logic that …

  8. 领域驱动设计(DDD)全面解析:从概念到实践

    Jul 25, 2025 · 领域驱动设计(Domain-Driven Design,简称 DDD)是一种将业务领域逻辑作为软件设计核心的方法论,它通过系统化的领域建模和架构设计,帮助团队构建更贴近业务本质、更具可维护性 …

  9. domain driven design - Rest API and DDD - Stack Overflow

    Feb 29, 2016 · Domain-driven design is about domain. API clients should be designed with domain in mind too. Otherwise you lose most of benefits of DDD.

  10. ASP.NET MVC arquitectura DDD (Domain Driven Design)

    DDD (Domain Driven Design), Es un conjunto de patrones principos y práticas que nos ayudan a resolver y entender los problemas del negocio (Dominio) en el diseño de sistemas orientados a …