Emergence | Glossary

 

Definition

Emergence is a design philosophy in Agile software , where in development an organization begins to deliver functionality and allows design to emerge. Developers will take a piece of functionality A, implement it with best possible practices, and continue to build functionality B. Once that’s built, they’ll scan both A and B or things in common by refactoring, and allow design to emerge from within.

Further Reading

  • For more on Emergence, read here and  here.

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.