What's Happening

Design by Contract with Eclipse

Aug 14th, 2008 by blog | 0

Developing code should involve a robust and rigorous testing step. Unit testing is commonly used but there is a different more flexible way introduced by Bertrand Meyer called “Design by Contract” (wikipedia), where the server ensures that the invoked stated is correct if the client provides correct data. Whether the “contract” is fulfilled by both [...]

Read full post...