jplusplus/the-accountant

View on GitHub
src/components/choice/choice.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ChoiceService has 66 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ChoiceService(Slice, Stack) {
  // Symbols declarion for private attributes and methods
  const _meta = Symbol('meta');
  const _step = Symbol('step');
  const _consequences = Symbol('consequences');
Severity: Major
Found in src/components/choice/choice.service.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status