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
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