Really starting to get fed up with having to accept cookies on all sites I now visit thanks to EU legislation. Ironically, these are the same cookies I’ve been accepting since the Internet Cookie was conceived.
Month: September 2012
Stop Reinventing C++ Wheels!
Necessity is the mother of invention
One thing that always amazes me is how often I see C++ programmers reinvent the wheel. The times I’ve seen engineers writing yet another sort routine or implementing their own version of a linked list, because they have a “special case” that necessitates it, just beggars belief. A “special case”? Really? Come on!