Code Review

Checklist for Effective Code Review

Are you involved in day-to-day code reviews? Would you like to suggest to your team members a checklist that can…

2 years ago

Why consider using Guava-like Libraries for API Contract Conditions Checks

This article represents a perspective on why one should consider using Pre/Post condition checks libraries rather than writing it down…

7 years ago

Top 6 Refactoring Patterns to Help You Score 80% in Code Quality

This blog lists down top code smells and code refactoring patterns which would help you write good quality code. Top…

10 years ago

Top 5 Bad Application Security Practices

We all come across good security practices and make ourselves familiar with them to develop secured code. However, it may…

10 years ago

Security Code Review Tips for Application Developers

One of the key aspects of secured application development practice is Security code review. Security code review, as like normal…

10 years ago

Refactoring 3000 Lines of Code

Have you come across a class file (object-oriented programming languages) which spanned across 3000 lines of code or more? Or,…

10 years ago

PHP Code Smells and Best Practices

As application in PHP can be written in object oriented manner, most of the code smells found in the world…

10 years ago