📜  什么是 dod - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:16.187000             🧑  作者: Mango

代码示例1
Every company has different but similar definition of done
   in my  company some of definition of dones are
    -whether code has been reviewed by others
    - is itrefactored: messy, poorly designed and duplicate
    code has been removed through refactoring
    - is it properly tested
    - is all previous regression tests passed
    - is it potentially shippable