6
votes
10answers
711 views
Why Java, C# and C++ don’t have ranges?
Ada, Pascal and many other languages support ranges, a way to subtype integers.
A range is a signed integer value which ranges from a value (first) to another (last).
It's easy to implement a class …
5
votes
1answer
205 views
Is Spec# stable enough to use?
Hi, Does anyone here use Spec# regularly? I would like to know if it is stable and powerful enough before I start using it everywhere.
It looks like the syntax is influencing c# 4.0, which will …
4
votes
2answers
239 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 …
2
votes
1answer
163 views
Projects that make use of Spec#/Code Contracts.NET
Hi,
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, …
2
votes
1answer
126 views
Whats wrong with non nullable objects?
I have been looking at DbC lately and Spec# which seem to have support for non nullable objects. Unfortunately Spec# seem to have been abandoned.
Spec# seemed to have lots of nice language features …
1
vote
6answers
139 views
What is Spec# I’ve been hearing about?
What is Spec# I've been hearing about?
1
vote
2answers
86 views
What do you think of the Managed Contract Tools library
I recently saw this video
http://channel9.msdn.com/pdc2008/TL51/ about the managed Contract tools library which certainly looks very interesting. Sadly it seems they won't include this into the …
