Why use nails when a screw is the more reversible choice? Have Twitter, follow the conversation there at @
timbarcz
Browse by Tags
All Tags »
Rant (
RSS)
-
|
I understand floating point numbers can be somewhat imprecise but I'm a bit bothered today when I see the following evaluates to false: 1: float f = .16f; 2: double d = .16d; 3: 4: Assert.That(f, Is.EqualTo(d)) Annoyingly I wanted to see what...
|
-
|
There's a lot of posts and chatter about testing, TDD, and a number of other topics on this blog, the larger devlicio.us site, and the .NET community in general. Before all that, it should go without saying, but it must be said; there is a pre...
|
-
|
How cool is Google Chrome (new browser from Google)? Way cool...like "too cool to run on your machine cool" Thumbs up though for their error screen, just wish I didn't have to see it
|
-
|
We're all familiar with the Aesop's fable of the tortoise and the hare . In the story, the hare, who is in every way is faster than the tortoise, loses a race to the tortoise. The main principle of the story is that slow and steady wins the race...
|
More Posts