Monthly Archives: July 2008

No more comments in your code

Comments, the more the better… right? Well I thought so too, in fact this is some of my code of a few days ago: // handle the initialization of jobs if (request.getParameter(“initiateJobs”) != null && request.getParameter(“initiateJobs”).equalsIgnoreCase(“true”)) { initializeJobs(); } // … Continue reading

Posted in General | Tagged , | Leave a comment

Google exception humor

A few days ago I was trying to open my gmail on a rather unstable Wifi connection, it was loading… loading… and suddenly it showed an error page saying: Dear valued user, You have reached the error page for the … Continue reading

Posted in High Availability | Tagged , , , , , , , , | Leave a comment