Questions tagged [metrics]
Measurable characteristics/attributes related to software and software development process, and anything related to their measurement . For time and space complexity use tag big-O. For other more specific metric question use tag complexity, or cyclomlatic-complexity if appropriate.
106 questions
2 votes
1 answer
138 views
Where to store application events used to monitor application usage patterns and behavior?
Suppose you have an application and you have an APM platform like Datadog or Application Insights that you use to monitor the performance and the inner workings of your application. Sometimes, there ...
3 votes
2 answers
370 views
Why the instability metric is a ratio?
I've just started studying coupling metrics and I'm having a hard time understanding instability. I find the term quite misleading and I don't understand how it can really help me develop better ...
0 votes
1 answer
97 views
How do we evaluate pipelines efficiency? (build, release, test etc)
I am trying to generate a metric on how our current pipeline is performing, and seem to missing a framework for this, or feel like such a framework/metric already exist? I am only interested in in the ...
7 votes
4 answers
5k views
Where did the quote or study of developers write 10 lines of code per day come from?
When I search the internet people said there was a 'study' that says developers write 10 lines of code per day come. Other results claim the mythical man month says it. I searched a digital copy of ...
2 votes
3 answers
407 views
What would be a good metric of quality of a single bug fix?
If you solve a bug in a poor way, it might result in even more bugs in the future, so I need a way to validate if the fix was actually good. Time between the bug assignment and issue closed doesn't ...
1 vote
0 answers
184 views
How to measure LSP from SOLID Design Principles using NMI, NME and NMO
I do understand the SOLID Principles and LSP, but I want to be able to meausure how well a class diagram obeys to the LSP. Therefor I have found the "Value of LSP" metric, here is a guide ...
-2 votes
1 answer
3k views
What is the difference between Functional Completeness and Functional Correctness in ISO 25023?
I am reading the ISO 25023, and I am not sure if I understand the concept of Functional Completeness correctly, but I think it is useless in comparison to Functional Correctness. Functional ...
0 votes
0 answers
264 views
CK Metrics - Lower Complexity by Refactoring
I'm suppose to identify 3 CK metrics and the most appropriate class to refactor so as to increase encapsulation, modularity and reduce the complexity of the following project According to my research,...