lexmihaylov/AsyncUtils

View on GitHub
src/List.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function List has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var List = (function() {
    /**
     * Async array usage
     * @class ListHandler
     * @param {Array} list
Severity: Major
Found in src/List.js - About 2 hrs to fix

    Function ListHandler has 58 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        var ListHandler = (function() {
            
            var ListHandler = function(list) {
                this.list = list;
            };
    Severity: Major
    Found in src/List.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status