> -----Original Message----- > From: Nicholas Lesiecki [mailto:[EMAIL PROTECTED] > Sent: 25 June 2003 06:27 > To: Cactus Developers List > Subject: Re: Your commits > > Hey, thanks. > > > etc. I wanted to say that it is not because I sent several emails that I > > do not view your code positively. Quite the opposite! > > That's fine, I always welcome constructive criticism. Or even > informational > criticism. I just wish we could pair. Email discussions are so > inefficient! > I guess that's the nature of open source! > > > We should definitely add Checkstyle rules like verifying that exceptions > > in test cases are named "expected", etc, so that we don't need to > > document our coding conventions in text but rather as part of the build > > process. > > Yes, I agree. Is that possible within checkstyle?
Three months after... Yes, it is! :-) With version 3.1, it's quite easy to provide one's own custom checks. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
