You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an API producer and consumer,
I want to quickly assess every object's cyclomatic complexity
In order to identify objects that might require refactoring.
Acceptance criteria
1. CrcModel.prototype has a meta object.
2. CrcModel.prototype.meta has a property called complexity.
3. meta.complexity provides complexity metrics for every "class".
The text was updated successfully, but these errors were encountered:
User story
As an API producer and consumer,
I want to quickly assess every object's cyclomatic complexity
In order to identify objects that might require refactoring.
Acceptance criteria
CrcModel.prototype
has ameta
object.CrcModel.prototype.meta
has a property calledcomplexity
.meta.complexity
provides complexity metrics for every "class".The text was updated successfully, but these errors were encountered: