Skip to content

Definition of Done

Axel Böll edited this page Feb 4, 2022 · 2 revisions

Must have:

  • 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

Should have:

  • there are tests in place