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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator