Tyriar/pathfinding-visualiser

View on GitHub
src/pathfinding-visualiser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function paintNodes has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function paintNodes(queuedPaints, goalNode, openList, getSpeed) {
    if (!queuedPaints.length) {
      return;
    }
    var paint = queuedPaints.shift();
Severity: Minor
Found in src/pathfinding-visualiser.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status