Tagged Questions
8
votes
2answers
574 views
How does .NET 4.0's design by contract compare to Eiffel?
I had the "pleasure" to be taught Eiffel at college by none other than Bertrand Meyer himself and just read that .NET 4.0 will include design by contract.
Can anyone with some insight elaborate on ...
1
vote
1answer
67 views
Where evaluate invariants after and before call a routine?
In the design by contracts, the class invariant must be satisfied on two occasions: after creating the object and after call a routine. Are there any examples or conditions, which I have to do the ...