aureooms/js-fingertree

View on GitHub
src/0-core/concatenate/app3.js

Summary

Maintainability
A
30 mins
Test Coverage
A
100%

Avoid too many return statements within this function.
Open

    return new Deep(
        A.M,
        A.left,
        delay(() =>
            app3(A.middle, A.right._nodes_with_list(A.M, list, B.left), B.middle),
Severity: Major
Found in src/0-core/concatenate/app3.js - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status