Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(complexity): summarize cyclomatic complexity metrics for each CrcModel.class #141

Open
3 tasks
gregswindle opened this issue Dec 13, 2017 · 0 comments
Open
3 tasks

Comments

@gregswindle
Copy link
Owner

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

  • 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".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant