Originally posted: March 10th, 2008
Here's a new language rant for me: If the .NET Framework has had an IComparable interface since version 1.1, why in the world does it still not have an IArithmetic? Or even operator constraints. We're now on version 3.5, and there's still no sign of this stuff. What in the world are they waiting for? Implementing IArithmetic would take what, about one person a couple of hours?
If you don't know what I'm complaining about, try this: Add two objects of type 'T' in a C# generic function...without using some esoteric work-around. Go ahead, I dare you. One hell of an oversight, innit?
0 comments for "I Want My IArithmetic!"
There are currently no comments.