Are you involved in day-to-day code reviews? Would you like to suggest to your team members a checklist that can…
This article represents a perspective on why one should consider using Pre/Post condition checks libraries rather than writing it down…
This blog lists down top code smells and code refactoring patterns which would help you write good quality code. Top…
We all come across good security practices and make ourselves familiar with them to develop secured code. However, it may…
One of the key aspects of secured application development practice is Security code review. Security code review, as like normal…
Have you come across a class file (object-oriented programming languages) which spanned across 3000 lines of code or more? Or,…
As application in PHP can be written in object oriented manner, most of the code smells found in the world…