Vocabulary D Flashcards
The agile practice, particularly embodied in Lean, that seems to postpone decisions as long as it is responsible to reserve all possible avenues and make the decision with as many “knowns” as possible.
Decide as late as possible
A brief meeting, usually held at the start of the day, where the entire team attends and participates by briefly answering three questions: “what did you accomplish yesterday?”, “what do you plan to do today ?”, and “are you encountering any obstacles?” Daily stand ups are important to the flow of communication and to the early direct detection of any issues. Most methodologies keep these meetings to 15 minutes in length.
Daily Stand-up Meeting
An acronym describing desirable attributes of a product backlog. It stands for (D)etailed appropriately, (E)stimatable, (E)mergent, (P)rioritized.
DEEP
Breaking down epics or larger stories into smaller user stories. Disaggregation is similar to decomposition on traditional projects
Disaggregation
Something the Agile manifesto values less than working software. Agile practitioners generally viewed the right level of documentation as being “barely sufficient.”
Documentation
An acronym for “don’t repeat yourself.” DRY underscores the need to maximize the work not done. For example, the statement “this module is not very DRY,” would indicate that the code re-creates or repeats work already done instead of leveraging it.
DRY