Comment on Using checklists for code reviewComments−warmwaffles13yCouldn't a checklist also be the tests written for the feature? This ensures that future revisions don't muck with the already working system.−dagw13ySome things are hard to write tests for. Basically most things where the criteria is "does it look right"
Comments
Couldn't a checklist also be the tests written for the feature? This ensures that future revisions don't muck with the already working system.
Some things are hard to write tests for. Basically most things where the criteria is "does it look right"