Definition of Done
New features and bug fixes can only be considered production-ready if all of the following statements are true:
All changes are covered by unit tests
The code meets the applicable coding standards
All RESTful web service additions or changes are added to the Swagger documentation
The technical manual has been updated whenever necessary (seldom)
All automated checks were executed succesfully by the Continuous Integration system
A colleague developer has reviewed the changes and approved them
A domain expert tested the changes (manually) and accepted them
Last updated
Was this helpful?