Function points measure for a business applications framework. Is that possible?
So, my boss wants to have a complexity measure for a framework developed internally in our company. Is that possible?
Would Using a PHP Framework Be Beneficial in My Context?
I’ve just started work at a small start-up company who mainly uses PHP to develop their front-end apps. I had no prior PHP experience before joining, and this has led to my apps becoming large pieces of spaghetti code. I essentially started by adding code to implement an initial feature, and then continued to hack in more code to implement further features – without much thought for the overall design.
Is looking at random code snippets useful to quickly determine the quality of a project?
To get an idea of the quality of a project that I’ve never seen before (usually open source projects that I’m considering whether or not to use), I often start by opening random files and eyeballing fine details of the code.
How do I evaluate an IDE? [closed]
Closed 10 years ago.
Evaluating the complete revision of other’s software
I’m having some difficulty to evaluate the revision of a software: the software was paid by customer years ago, never used, and now the customer have noticed that it doesn’t work as expected.
Are there any well-known quantitative approaches to evaluate a particular design whether it satisfies or violates the SOLID design principles? [duplicate]
This question already has answers here: How would you know if you’ve written readable and easily maintainable code? [closed] (19 answers) Closed 11 years ago. I designed an application framework by considering the SOLID design principles and supported by design patterns. However, I wonder if there are any automated tools or well-known approaches to evaluate […]