Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#

312 pages

Published Feb. 4, 2018 by Pragmatic Bookshelf.

ISBN:
9781680502541

View on OpenLibrary

4 stars (1 review)

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 …

1 edition

An excellent introduction

4 stars

This book is a very clear introduction to domain modelling and functional type systems, and indeed F#. The whole book uses a single, large worked example, and this provides good continuity through the various phases of requirements specification, design and implementation. The only problem I have with the book's approach is that tests / examples aren't used in specifying the application's behaviour; I would have liked to see the author exploring the relationship between type specifications and TDD.