Domain-Driven Design 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


Domain-Driven Design

简体网页||繁体网页
Eric Evans 作者
Addison-Wesley Professional
译者
2003-8-30 出版日期
560 页数
USD 74.99 价格
Hardcover
丛书系列
9780321125217 图书编码

Domain-Driven Design 在线电子书 图书标签: DDD  领域驱动设计  软件工程  软件开发  计算机  方法论  design  Programming   


喜欢 Domain-Driven Design 在线电子书 的读者还喜欢




下载链接1
下载链接2
下载链接3
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2025-02-14


Domain-Driven Design 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

Domain-Driven Design 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

Domain-Driven Design 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025



Domain-Driven Design 在线电子书 用户评价

评分

读了前面大半本,后面讲的太宏观了,暂时用不到,以后再读。

评分

看得是中文版,不太喜欢翻译,有机会一定要看原版。就书的内容而言,真的好书。对于开放人员来说,最头疼的莫过于如何将业务逻辑通过代码更好得表现出来,提倡代码即文档的时代,通过建模,划分职责,建立程序逻辑与商业逻辑的一致性。

评分

The ideas are useful for all levels of readers but the dense language made it less accessible unless the reader already has some projects under their belt and can relate from their own experiences.

评分

太太太抽象,但核心思想是对的

评分

前半部分还挺让人耳目一新的。针对一个问题的设计方案有无数种可能,很多的设计书籍都是从技术或者架构的角度来提出指导系统设计的方针。这本书提出从要解决的领域问题出发,把领域模型作为分析和设计的核心。我认为,这其实是从宏观上对软件本身的语义做了规范。即:微观来看,我们遵循clean code的原则,让方法和类在语义上尽量清晰的表达它所承载的职责;宏观来看,我们保持从领域模型到系统模型的连续性,用领域语言和软件设计语言来清晰地描述问题。归根到底,软件设计和开发就变为怎么准确表达问题的学问。让人看懂,确保设计和代码层面的信息准确性和密度,是万变不离其宗的最高原则。

Domain-Driven Design 在线电子书 著者简介


Domain-Driven Design 在线电子书 图书目录


Domain-Driven Design 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Domain-Driven Design 在线电子书 图书描述

"Eric Evans has written a fantastic book on how you can make the design of your software match your mental model of the problem domain you are addressing. "His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers-it is a future classic." -Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." -Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling-and building-business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." -Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." -Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." -Kyle Brown, author of Enterprise Java(TM) Programming with IBM(r) WebSphere(r) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis-refactoring not just the code but the model underlying the code-in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include: * Getting all team members to speak the same language * Connecting model and implementation more deeply * Sharpening key distinctions in a model * Managing the lifecycle of a domain object * Writing domain code that is safe to combine in elaborate ways * Making complex code obvious and predictable * Formulating a domain vision statement * Distilling the core of a complex domain * Digging out implicit concepts needed in the model * Applying analysis patterns * Relating design patterns to the model * Maintaining model integrity in a large system * Dealing with coexisting models on the same project * Organizing systems with large-scale structures * Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.

Domain-Driven Design 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Domain-Driven Design 在线电子书 读后感

评分

该书作者显然拥有大量的设计、编码实践。而且看的出,还是敏捷的拥护者。 难能可贵的是,该书的翻译质量还是很高的。很多地方直接使用英文原文,而不是搞个蹩脚的中文翻译来打乱你的阅读节奏。 只是有部分举例可能因为需要具有业务背景知识才好理解,所以自己感觉没能特别掌握...  

评分

我是一个所谓前端er,但我觉得对领域的概念对所谓的前端er们而言也非常重要。特别是中后台的业务前端在不需要实现界面操作的前提下,了解业务的实现非常重要。 这本书里讲了很多的"道",例如团队协作,开发人员对待需求的态度。 我觉得这本书适合想要了解业务实现的开发人员,...  

评分

首先说一下我是如何接触这本书的吧。我已经记不起是第一次听说领域驱动是在什么时候了,不过我只记得是在看一本别的架构方面的书时提及到这本书,我顺手在amazon上查了一下,有很多人在推荐这本书。出于对技术的追求,我有立刻把这本书买回家细细研读一下的冲动,于是我上网上...  

评分

首先说一下我是如何接触这本书的吧。我已经记不起是第一次听说领域驱动是在什么时候了,不过我只记得是在看一本别的架构方面的书时提及到这本书,我顺手在amazon上查了一下,有很多人在推荐这本书。出于对技术的追求,我有立刻把这本书买回家细细研读一下的冲动,于是我上网上...  

评分

看了对于此书的短评,把这本书看成是一本“正确的废话”的人我想不在少数,10年前我看此书也是一样的感觉,10年后微服务大火,很多人又把“领域驱动设计”挂在嘴边,此时我再看此书确实感觉自己看懂了,我想这其中的奥秘其实就在“领域驱动设计”这六个字里。让我给大家仔细分...  

类似图书 点击查看全场最低价

Domain-Driven Design 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


分享链接





Domain-Driven Design 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有