Tag Archives: comments

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