Tagged Questions
13
votes
3answers
751 views
How free can I be in the code in an object invariant?
I'm trying to demonstrate invariants in Code Contracts, and I thought I'd give an example of a sorted list of strings. It maintains an array internally, with spare space for additions etc - just like ...