New code test coverage
Before submitting code for peer review a person who writes a code need to come up with good and comprehensive set of tests for the new code.
Tests will help this person to thinks about variations that this person did not think before.
Tests will ensure that the code works properly as expected.
Tests will be a good basis for code review.
Comments
Post a Comment