Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#
Scott Wlaschin
- 出版商: Pragmatic Bookshelf
- 出版日期: 2018-02-20
- 定價: $1,580
- 售價: 9.0 折 $1,422
- 語言: 英文
- 頁數: 312
- 裝訂: Paperback
- ISBN: 1680502549
- ISBN-13: 9781680502541
-
相關分類:
Domain-Driven Design、F#
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$2,625$2,494 -
$1,740$1,653 -
$420$332 -
$1,337The Art of Unit Testing: with examples in C#, 2/e (Paperback)
-
$1,242Functional Thinking: Paradigm Over Syntax (Paperback)
-
$1,530$1,454 -
$950$903 -
$1,040.NET Design Patterns
-
$520$442 -
$1,440$1,368 -
$1,450$1,378 -
$1,485Cloud Native Patterns
-
$1,764Pro React 16
-
$680$530 -
$1,310$1,245 -
$800$632 -
$1,712A Scrum Book: The Spirit of the Game
-
$880$695 -
$1,390$1,321 -
$414$393 -
$480$379 -
$474$450 -
$1,485Learn Microservices with Spring Boot: A Practical Approach to Restful Services Using an Event-Driven Architecture, Cloud-Native Patterns, and Containe
-
$2,079Parallel and High Performance Computing
-
$1,512Spring Start Here: Learn What You Need and Learn It Well
商品描述
You want increased customer satisfaction, faster development cycles, and less wasted work. Domain-driven design (DDD) combined with functional programming is the innovative combo that will get you there. In this pragmatic, down-to-earth guide, you'll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach. Practical examples in the open-source F# functional language, and examples from familiar business domains, show you how to apply these techniques to build software that is business-focused, flexible, and high quality.
Domain-driven design is a well-established approach to designing software that ensures that domain experts and developers work together effectively to create high-quality software. This book is the first to combine DDD with techniques from statically typed functional programming. This book is perfect for newcomers to DDD or functional programming - all the techniques you need will be introduced and explained.
Model a complex domain accurately using the F# type system, creating compilable code that is also readable documentation---ensuring that the code and design never get out of sync. Encode business rules in the design so that you have "compile-time unit tests," and eliminate many potential bugs by making illegal states unrepresentable. Assemble a series of small, testable functions into a complete use case, and compose these individual scenarios into a large-scale design. Discover why the combination of functional programming and DDD leads naturally to service-oriented and hexagonal architectures. Finally, create a functional domain model that works with traditional databases, NoSQL, and event stores, and safely expose your domain via a website or API.
Solve real problems by focusing on real-world requirements for your software.
What You Need:
The code in this book is designed to be run interactively on Windows, Mac and Linux.You will need a recent version of F# (4.0 or greater), and the appropriate .NET runtime for your platform.Full installation instructions for all platforms at fsharp.org.