CODE is
clean
self-documenting
communicates the programmer's intentions
CODE ANALYZER
CODE REVIEW
is done
CI
is green = code is committed to appropriate branches + builds are OK + all unit tests are passing + all integration tests are passing
CD
is green = build are integrated & deployed OK at staging environments + all regression tests are passing
QA
initial tests are OK
do not report any defects
test automation is planned if makes sense
PO
accepted the story
clean
self-documenting
communicates the programmer's intentions
well designed/structured
ERRORS are
handled consistent and transparent way
LOGS are
appropriate on appropriate level
LOGS are
appropriate on appropriate level
reports no new issues
reports satisfactory coverage
CODE REVIEW
is done
CI
is green = code is committed to appropriate branches + builds are OK + all unit tests are passing + all integration tests are passing
CD
is green = build are integrated & deployed OK at staging environments + all regression tests are passing
QA
initial tests are OK
do not report any defects
test automation is planned if makes sense
PO
accepted the story
Comments
Post a Comment