On Sun, Nov 02, 2008 at 07:55:54AM -0800, Darren New wrote:
Basically, the problem is you can't check in a refactoring. You would have to refactor *and* change functionality in the same check-in, because the point of a refactor is it doesn't break any tests. :-)
You don't have to add tests, it just gets flagged as such, and that is part of what is reviewed. Checking in refactoring, and using the tool to make sure the tests still pass is a common workflow. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
