Year: 2010
-
LINQ: HTF to WTF
In a very recent codereview with our team we were talking about LINQ versus the programming style that we are used to, lets call that ‘procedural programming’. As for our codereviews the most heated debates can be about readability of the code. Not about good or bad algorithms which are actually very important for performance,…
-
Automatic unit testing
So you finally found out that unit testing is what you need to keep quality up right? And than, when you thought you had full code coverage, the tools come haunt you and use mathematics to prove that your unit test suit can have an even higher code coverage! How to get into the new…