Applause Interview Question

How do you define done

Interview Answer

Anonymous

Feb 5, 2019

The definition of done is: 1. all sub-tasks are completed 2. acceptance criteria is meet 3. there has been a demo 4. the PO accepts the story 5. the wiki is updated 6. unit test is performed (by the person who did the code) 7. coding id reviewed 8. Automated testing is included 9. time is logged to complete each sub task 10. the code is checked in

1