Minimise Code Comments

/
 Code comments are problematic beasts. They can…
assignment operator

Assignment Operator Considered Harmful

/
Experienced programmers know that the assignment operator (=)…
tdd

TDD – Add Second Test For Generic Code

/
In my last article on TDD, we continued building out the Add()…
decorator

The Decorator Pattern

/
 Today I want to take a closer look at the Decorator…

Taming The Destroyer Of Software – Part 3

/
Today we'll conclude our journey into Unnecessary Complexity…