pedromsantos/glenn

View on GitHub
src/UseCases/Barry.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function executeCommand has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  executeCommand(command: BarryHarrisCommand) {
    switch (command.command) {
      case 'ArpeggioUpFrom':
        this.line.arpeggioUpFrom(command.degree);
        break;
Severity: Minor
Found in src/UseCases/Barry.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status