Software Quality

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…

11 years ago

YII framework for faster PHP web application

If you have been looking for developing a web application in a quick manner, then, YII is surely a right…

11 years ago

How to Predict Reusability Index of a Standalone Code

Is it possible to predict the reusability index of a block of code in a standalone mode? Meaning, given no…

11 years ago

Stay Single and Get Admired for Your Code

You might be wondering on the relationship between staying single, getting admired and coding! And, then, staying single forever :-)…

11 years ago

Learnt Agile Development Processes. Now, What’s Next?

The first step when an organization decides to adopt agile development methodology is to look out for a Agile coach…

11 years ago

What is the definition of Software Quality?

Even before we try and define what is software quality, it may be a good idea to understand what is…

11 years ago

Deliverables On-Time vis-a-vis Technical Debt Risk

When we are working under tough deadlines and there is mounted lot of pressure on software engineers to crank out…

11 years ago

How to Create Software Quality Metrics For Your Project

Well, if you are a software development partner for one or more of your customers, and you are looking forward…

11 years ago

How to Write Good Doc Comments for a Class/Method?

Well, software engineers love to jump to the code (minus document) once design is completed. Majority of them do not…

11 years ago

A Quick Way to Identify Code with Low Testability

Following is a quick way to identify code with low testability and hence low maintainability: Take any specific public method…

11 years ago