I’m going to compare coding with film making, though they differ in one way. Coding is a long and continous process compared to movie making which is a one time effort. But still, they can be compared, since adding to the existing code is analogous to a film remake. So here we go, Good code [...]
Archive for the ‘Programming’ Category
Reading code is a part of a programmer’s routine chores. In fact that’s how everyone starts learning programming. Reading small programs is quite easy but when it comes to reading a huge project’s code from scratch, it becomes daunting and tough. If you feel confronted in such a situation, then you are not alone. Following [...]
No doubt JSP code are a nightmare to work with. You miss a <TD> and there the trouble starts. Here are some life saving tips for new programmers to follow when coding JSPs, 1.Use taglibs whenever possible, but some say this has a performance overhead. But your life is happy as long as the code [...]