Tagged Questions

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
258 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. ...
0
votes
6answers
236 views

What is Spec# I've been hearing about?

What is Spec# I've been hearing about?