in reply to Programming strategy with no on-going testing
You're confusing diagnosing errors with committing errors . Using -w all the time might reduce your ability to quickly FIND an error, but it won't reduce your ability to PREVENT an error. Given that -w exists, why make life more painful? Find the errors and move on.
|
|---|