Middle
What is the definition of done?
sobes.tech AI
Answer from AI
Definition of Done (DoD) is a clear set of criteria that must be met for work on a task or feature to be considered complete. It helps the team and stakeholders have a common understanding of what "done" means.
Example DoD criteria:
- Code is written and covered with tests
- Code review is passed
- Documentation is updated
- Functionality is tested and works without errors
- Changes are deployed to the testing environment
DoD helps avoid misunderstandings and guarantees the quality of the result.