On Mar 29, 2007, at 3:44 PM, s.ross wrote:
Are you committing things to SVN, copying to a Web server, and *only then* discovering a missing semicolon? Many developers use a process like this:
- checkout
- modify
- update
- test
- checkin
- prop
If you do the "test" part, the "ok, crap I forgot the semicolon" comments won't crop up as much.
Exactly. That's what I was trying to express as well.
James Edward Gray II