Introducing Code Contracts – Writing Better Code
Introducing Code Contracts – Exactly what are code contracts and how can they help me in my daily coding tasks? How do code contracts make my code better? Well as I have said before, user input is evil. All user input. Code contracts provide a way for a developer to specifically check what values are coming into their methods and catch issues easily. Here is an introduction to code contracts. (more…)