We spend more time on reading code than writing. So if the code is more readable then obviously it will increase the developer productivity. Many people associate readability of code with coding conventions like following standard naming conventions, closing file,
Continue readingTag: Best Practices
Java Coding Best Practices: Better Search Implementation
In web applications searching for information based on the selected criteria and displaying the results is a very common requirement.Suppose we need to search users based on their name. The end user will enter the username in the textbox and
Continue readingNext level of Don’t Repeat Yourself(DRY) principle
We are building the software applications using various languages for several years. Over the time new frameworks, new tools, new methodologies have came up. Especially in Java platform, now we have plenty of choices in each area following various design
Continue reading10 things to become an outstanding Java developer
If you are a java developer and passionate about technology, you can follow the below things which makes you an outstanding Java developer. 1. Have strong foundation and understanding on OO Principles For a java developer having strong understanding on
Continue reading