Chapter 6. Context Map – The Big Picture

The dungeon manager application, for now, only contains the functionality to manage prisoner transportation, but as our application grows, the need to organize the code increases as well. The number of developers able to concurrently work on a piece of software is limited. Jeff Bezos (founder and CEO of Amazon.com) once stated that the size of a team should be no more than that can be fed by two pizzas (http://www.wsj.com/news/articles/SB10001424052970203914304576627102996831200). The idea is that any team larger than this will have trouble with communication as the number of connections within this team grows very quickly. As we add more people, the amount of communication needed to keep everybody up to ...

Get JavaScript Domain-Driven Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.