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

Summary


In this chapter, we got started with the project and are well on our way. We have everything in place to make the project progress and make it ready for changes that will no doubt follow. Again, the main idea has all been about isolation and making sure we think and tackle the domain, while not getting lost in the intricacies of language and frameworks and alike along the way.

As most programmers will agree, integrating systems and modeling data are two tasks that really require attention just to themselves, and with this setup, we are taking an important step towards this integration. Meanwhile, the architecture sets us up to keep modeling the data as we started out previously.

In the next chapter, we go into more detail on the domain objects themselves and what modeling them means in domain-driven design terms. We will be introducing the terminology to classify those models and drive them out using domain-driven design in conjunction with object orientation.