Manny Jois

Results 2 issues of Manny Jois

[This comment](https://github.com/clutchski/coffeelint/blob/master/src/rules/indentation.coffee#L61) provides a use case, but IMO people should just write it like this: ``` x = [ "foo" "bar" ] ``` In my case, I found that coffeelint...

I've made three changes (three commits) to reduce the number of calls to `ensureReadable()` and to the `LengthOffsetCache` internal maps. We've seen 2x speed improvement in `TCString.decode()` and 2% overall...