-
Notifications
You must be signed in to change notification settings - Fork 2
Definition of Done
Axel Böll edited this page Feb 4, 2022
·
2 revisions
- code contains sufficient inline comments, uses standard doc string (of the given language)
- the feature works according to the DoD of the related issue
- the code has been reviewed (e.g. by pair programming or a code review)
- changes were merged into master (-> master still working, hopefully)
- git-hub pipeline passes
- feature works on every lab PC
- there are tests in place