Code quality concepts must be understood well by software developers to write a good quality code. Also, technical lead and technical architects…
Single Responsibility Principle (SRP) is one of the most important object-oriented coding principle which, if followed religiously, can help you…
This article represents a perspective on why one should consider using Pre/Post condition checks libraries rather than writing it down…
This article describes what is Liskov Substitution Principle along with code examples in Java. Please feel free to comment/suggest if…
This blog represents some of the key reasons why every developer must consider adopting for development. 1. Setup clean Dev…
This article represents methods one could adopt to read the sonar dashboard and gather data appropriately to monitor and control…
This article talks about 4 different quality parameters found on Sonar dashboard which could help measuring code maintainability. Following are…
Hmm.. was the title intriguing enough for you to check out if you as a developer got any debts to…
Is it possible to predict the reusability index of a block of code in a standalone mode? Meaning, given no…
This is what I got to hear from average software developers across many workshop sessions that I have been undertaking…
As part of software quality workshops that I have been taking recently, I asked various attendees about how would they…