Menu

#4 No automated unit tests

open
nobody
None
1
2006-06-22
2006-06-22
No

No automated unit tests are provided to ensure that the
code works. This is particularly bad since no automated
regression tests can be done.

Solution: use Test::More module to test all code.

Discussion


Log in to post a comment.