dev.to記事で紹介された技術書(洋書)と日本語版の翻訳本を紹介

Patterns, Principles, and Practices of Domain-Driven Design1

紹介された本(洋書)
日本語版(翻訳本)
Patterns, Principles, and Practices of Domain-Driven Design
Patterns, Principles, and Practices of Domain-Driven Design

著者:Scott MillettNick Tune

出版社:John Wiley & Sons

出版日:2015-05-04

翻訳本が見つかりませんでした

概要:Methods for managing complex software construction following the practices, principles and patterns of Domain-Driven Design with code examples in C# This book presents the philosophy of Domain-Driven Design (DDD) in a down-to-earth and practical manner for experienced developers building applications for complex domains. A focus is placed on the principles and practices of decomposing a complex problem space as well as the implementation patterns and best practices for shaping a maintainable solution space. You will learn how to build effective domain models through the use of tactical patterns and how to retain their integrity by applying the strategic patterns of DDD. Full end-to-end coding examples demonstrate techniques for integrating a decomposed and distributed solution space while coding best practices and patterns advise you on how to architect applications for maintenance and scale. Offers a thorough introduction to the philosophy of DDD for professional developers Includes masses of code and examples of concept in action that other books have only covered theoretically Covers the patterns of CQRS, Messaging, REST, Event Sourcing and Event-Driven Architectures Also ideal for Java developers who want to better understand the implementation of DDD

引用されているdev.toの記事

My DDD journey