-
I couldn't resist a post on the SIF Developers Boot Camp last week. It was a great time. We had about 30 SIF developers from 3 countries gathered in one room, talking code and talking SIF. I think overall it went pretty well. The comments received so far are very encouraging: "The understanding of the...
-
I was recently made aware of this article , which discusses using AspectJ to create, not Mock Objects, but Virtual Mock Objects for the purpose of Unit Testing. It looks very promising. I’ve been writing unit tests for client/server systems for a long time. One of the most difficult parts of writing...
-
My rambling and rantings and ravings on the GetHashCode() conundrum.
-
In my opinion, there are two general classes of code optimizations: Those that can be ascertained simply by looking at the code and those that can be only ascertained by performance measurement. In the past I have spent a great deal of time trying to fix code that I felt was not optimized only to discover...