Re: [JPP-Devel] [Off-Topic: Java Programming] Design By Contract

2007-11-03 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Does anyone have experience with design-by-contract programming in > Java? It seems like most of the dbc frameworks I have looked at for > Java either use Javadoc comments or some type of preproccessor to > implement dbc programming. > > It seems like you could do

[JPP-Devel] [Off-Topic: Java Programming] Design By Contract

2007-11-02 Thread Sunburned Surveyor
Does anyone have experience with design-by-contract programming in Java? It seems like most of the dbc frameworks I have looked at for Java either use Javadoc comments or some type of preproccessor to implement dbc programming. It seems like you could do the same basic thing with regular Java code