codenothing/StringIterator

View on GitHub

Showing 1 of 1 total issue

Function StringIterator has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function StringIterator( string ) {
    var self = this, i = -1, line = [], length, c;

    if ( ! ( self instanceof StringIterator ) ) {
        return new StringIterator( string );
Severity: Minor
Found in lib/StringIterator.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language