[phobos] don't forget...
Walter Bright
walter at digitalmars.com
Mon Jun 14 10:56:00 PDT 2010
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.
More information about the phobos
mailing list