Archive for February, 2009

How not to name a boolean variable

February 27, 2009

Out of personal experience and reading other people’s code,  I have come to realize a small but very tricky issue about how NOT to name boolean variables or any kind of variable where the code to evaluate is usually in the form of a boolean expression.
The pitfall to avoid is :
Do not use a name [...]

Posted in Programming 11 Comments »

Finally upgraded to latest WP version

February 26, 2009

Been a couple of years since I installed WP blog on my site. That was version 2.0.x . After much dilly-dallying decided to upgrade to the latest version 2.7.1 , then plugged in a new Theme and now the blog looks cool.

Posted in Misc 1 Comment »