Can someone explain the concepts that Spec# might be moving into C# 4.0, regarding Code Contracts?
- What are code contracts (Looks to be a compile time checking pattern)
- should I be excited about this?
- Am I correct in assuming that we move what would be runtime checks to compile time?
Thanks!