vote up 4 vote down star
3

I used to use Microsoft CodeContracts for three weeks and now half of my code is just contracts. I have dozens of unproved places, I cannot use runtime-check because IL rewrite prevents coverage tool to show something and compile time is less then acceptable.

I do not like this. And seems now is a good time to ask a help. What tooling do use use for your regualr developments?

flag

73% accept rate

1 Answer

vote up 2 vote down

Spec# - I have not tried it myself, but I hear it is pretty awesome. There is a good DotNetRocks podcast on it that is a good listen on the drive to work.

link|flag
1  
You probably want to read [Is Spec# stable enough to use?](stackoverflow.com/questions/437383/…) – James Jun 16 at 20:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.