InterviewSolution
Saved Bookmarks
| 1. |
Is Definition of Done is same as Definition of Ready? |
|
Answer» No. Definition of Done (DoD) is a simple LIST of activities such as writing CODE, coding comments, unit testing, integration testing, release NOTES, design documents, etc. Definition of Ready (DoR) is a sort of CRITERIA or at times checklist that determine whether a story is “Ready” to be picked it for next sprint. |
|