Book Image

JavaScript Domain-Driven Design

Book Image

JavaScript Domain-Driven Design

Overview of this book

Table of Contents (15 chapters)
JavaScript Domain-Driven Design
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Getting started, it's about time


With the previous work done, we are now at a point where we can start to work on the first feature of the application. We explored our ideas as far as we needed, and are in a position where we can actually talk about the details with our domain experts. I simplified the steps to get here a bit in the sense that we only talked about one iteration. In reality, this process most likely takes several iterations where your own understanding of the problem evolves. Sometimes not only your understanding changes, but often the business side also refines its own understanding along the way as well.

Creating value without creating code

As programmers, we often feel that the value we create is tied to the code we create, but this is not true, I will even go as far as to say that our value lies in the code we don't create. The simpler we can make a problem, the easier it is to move the project forward, and simplicity is based on a solid understanding of working together...