Brad Roberts wrote:
Adding unit tests when fixing bugs is very important.  Please go back to the
changes that have been submitted recently and make sure to add a test that will
catch the bug should the code regress.

I can't agree more with this.

I also suggest running the coverage analyzer (-cov) to verify that the unit tests are actually exercising the code.

Also, don't forget to update the change log.


Yup.
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to