Book Series

Domain-Driven Design: Tackling Complexity in the Heart of Software | Book Series

Overview:

This is an extraordinary book on how to design your software that matches with the mental mapping of the domain problems you are addressing. This book is not about how to draw design patterns, it is mainly about how to think of a design, and how you organize the design that reflects your understanding of a software you intend to create.  Domain-Driven development is a valuable investment for those who forgot to implement Object Oriented programming.

Authors:

Eric Evans

Published In:

2003

Daily Meeting | Glossary

Definition

Daily Meeting is a collective congregation of team members that brings everyone up to speed on information that is vital for overall coordination. Each of the team members describe ‘completed’ work and discuss upcoming challenges. The meeting includes ‘Scrum’s Three Questions’ and is done in front of a task board. The meeting is also usually timeboxed.

Further Reading

  • For more on Daily Meeting, read here and  here.