January 2005 - Posts
Starting to see a lot of good discussion about what it means to be a test developer and the practices, ideas and challenges that go into being a successful test developer. In this post I want to talk about some insights about what I find challenging about
Read More...
Ran into this recently and thought it might be interesting. Can you try and spot the bug and the possible error that can occur with the following lines of code? Decimal randomDoubleAsDecimal() { Random rand = new Random (); return Decimal .Parse(rand.NextDouble().ToString());
Read More...
Joel offers some great tips to Computer Science students (or really anyone in college who is a geek and likes software and programming) who will soon be graduating - very practical advice. In addition, it would be great to see fresh graduates trying to
Read More...