Showing 1 of 565 total issues
Function executeCommand
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
executeCommand(command: BarryHarrisCommand) {
switch (command.command) {
case 'ArpeggioUpFrom':
this.line.arpeggioUpFrom(command.degree);
break;