Tagged Questions

4
votes
2answers
467 views

Contract based Programming

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 ...
3
votes
2answers
63 views

What keywords/tools are there to help the compiler optimise

Often we're told things like, If you're calling a method with a return value that doesn't change, take it out of the loop. for example when writing code like: for(int i=0; i < ...
2
votes
2answers
259 views

Projects that make use of Spec#/Code Contracts.NET

I am interested in finding out more about the use of Spec# and/or its spin-off project Code Contracts. Is there a live project that currently makes use of either technology? Thanks, MagicAndi. ...