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".
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.prototypehas ametaobject.CrcModel.prototype.metahas a property calledcomplexity.meta.complexityprovides complexity metrics for every "class".