Mostrar mensagens com a etiqueta MA. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta MA. Mostrar todas as mensagens

sexta-feira, 11 de janeiro de 2019

Maintainability: A promising new metric to track maintainability

A promising new metric to track maintainability - JAXenter

Quoting:
"[A] new metric to track maintainability.

A good metric to measure software maintainability is the holy grail of software metrics. What we would like to achieve with such a metric is that its values more or less conform with the developer’s own judgment of the maintainability of their software system. If that would succeed we could track that metric in our nightly builds and use it as the canary in the coal mine. If values deteriorate it is time for refactoring. We could also use it to compare the health of all the software systems within an organization. And it could help to make decisions about whether it is cheaper to rewrite a piece of software from scratch instead of trying to refactor it.

A good starting point for achieving our goals is to look at metrics for coupling and cyclic dependencies. High coupling will definitely affect maintainability in a negative way. The same is true for big cyclic group of packages/namespaces or classes. Growing cyclic coupling is a good indicator for structural erosion. (...)"
(...)
"Try it yourself
Now you might wonder what this metric would say about the software you are working on. You can use our free tool Sonargraph-Explorer to compute the metric for your system written in Java, C# or Python. 
 is currently only considered for Java and C#. For systems written in C or C++ you would need our commercial tool Sonargraph-Architect."


quinta-feira, 17 de março de 2016

CMMI-DEV: MA Process Area

MEASUREMENT AND ANALYSIS SUPPORT (ML2)
The purpose of Measurement and Analysis (MA) is to develop and sustain a measurement capability used to support management information needs.

SG 1 Measurement objectives and activities are aligned with identified information needs and objectives.
         SP 1.1 Establish and maintain measurement objectives derived from identified information needs and objectives.
         SP 1.2 Specify measures to address measurement objectives.
         SP 1.3 Specify how measurement data are obtained and stored.
         SP 1.4 Specify how measurement data are analyzed and communicated.
SG 2 Measurement results, which address identified information needs and objectives, are provided.
         SP 2.1 Obtain specified measurement data.
         SP 2.2 Analyze and interpret measurement data.
         SP 2.3 Manage and store measurement data, measurement specifications, and analysis results.
         SP 2.4 Communicate results of measurement and analysis activities to all relevant stakeholders.