The importance of Code review
I think code review is one of the most important things in software development nowadays. Code quality makes software maintainable and makes the job easier f...
I think code review is one of the most important things in software development nowadays. Code quality makes software maintainable and makes the job easier f...
When you create a Java project using Maven as a dependency management you can include all the dependencies that you want in your repository. A possible struc...
In this post I will go through the most useful rules that I follow to write clean code. You would wonder why it’s important to write clean code, well, for th...
The following list contains my personal tips for reading code of other developers. We spend a lot of time reading code of other people and knowing how to do ...