[Gtk-sharp-list] Re: FWD: [Mono-cvs-list] Mono CVS: gtk-sharp bobsmith
Miguel de Icaza
miguel@ximian.com
27 Sep 2001 16:20:18 -0400
Another example is that Ravi and I currently do not commit our code to
the compiler until we make sure that a regression test suite actually
works after our changes.
We have wasted in the past too much time tracking down bugs because we
made a change without realizing that it broke a different aspect of
the system.
We should try to commit to code to CVS that:
* Compiles.
* Works.
* Provide a regression test suite.
* Passes the regression test suite.
The more tests, the better.
miguel.