Skip to content

Commit 7581f77

Browse files
committed
Add "Domain Modeling Made Functional" book reference and cover image
1 parent c40ce52 commit 7581f77

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

learn/files/BookDMMF.png

11.8 KB
Loading

learn/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,20 @@ Everywhere you look, programming languages are gaining functional features. The
131131

132132
This book started life as a series of blog posts on my Company's website (https://www.softwarepark.cc/blog). The sum of the content is what a developer needs to know to be able to work on one of our F# Line of Business codebases. I have improved and extended the content, upgraded the code to F# 5 and ensured that the code will run in VS Code.
133133

134+
### [Domain Modeling Made Functional](https://pragprog.com/titles/swdddf/domain-modeling-made-functional/)
135+
136+
<img src="/learn/files/BookDMMF.png" width=100 height=120 style="float:right;margin:5px 0px 5px 25px;" />
137+
138+
_Scott Wlaschin_
139+
140+
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.
141+
142+
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.
143+
144+
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.
145+
146+
Solve real problems by focusing on real-world requirements for your software.
147+
134148
### [F# Programming Wikibook](http://en.wikibooks.org/wiki/Programming:F_Sharp)
135149

136150
The wikibook contains a comprehensive guide to F# programming. It covers

0 commit comments

Comments
 (0)