Apart from the archetypical code-review checklist, what are some good places to use checklists in software engineering?
|
2
|
|
|
|
|
|
|
||
|
|
|
|
Code-review checklists are concerned with development issues (robust, scalable, extensible, requirement-compliance, ...) But you can define checklists for other issues of software engineering, especially when you need to release what you are coding. In that case, a:
|
||
|
|
|
|
The Braidy Tester has a truly evil checklist of testing edge cases, including:
|
||
|
|
|
My day-job has a checklist that walks through items needed before, and after development. So a checklist to ensure that all documentation is there to meet the standards, then a checklist to affirm that all changes have been tracked/recorded according to the standard. It isn't perfect, but does help in some cases. |
||
|
|
