Projet Agile : l’avant-projet
Avant-projet Principaux Artefacts et Documents Versioning
Scaling Agile with You
Avant-projet Principaux Artefacts et Documents Versioning
Agile metrics Cycle Time Earned Value Management (EVM) Progress Velocity Cycle time Value and progress Because value is delivered incrementally and iteratively through iterations, value …
Resources for PMI Agile Certified Practitioner (PMI-ACP)® exam. PMI-ACP examination preparation reference list : Domains and Tasks Domain I : Agile Principles and Mindset Explore, …
Maintainability Index definition It is a code quality metric. Maintainability Index measures how maintainable (easy to support and change) a source code is. Maintainability Index …
Instability Index definition It is a code quality metric. The instability index measures efferent coupling in relation to total coupling. Instability Index practice The instability …
Lines of Code (LOC) definition It isn’t a code quality metric. Lines of Code is the number of lines in the text of the program’s …
Function points (FP) definition The function point is a “unit of measurement” to express the amount of business functionality an information system (as a product) …
Depth of inheritance definition It is a code quality metric. Depth of Inheritance is Code Metric which checks the Code Health. Depth of Inheritance purpose …
Cyclomatic Complexity definition Cyclomatic Complexity is a Code Metric. Cyclomatic Complexity : Measures the number of linearly independent paths through a program’s source code. Cyclomatic …
Code Coverage definition It is a code quality metric. Code coverage is a measure used to describe the degree to which the source code of …