Duncan Gillis

Results 3 comments of Duncan Gillis

Have at look at that pull request. It does not handle the case of multiline destructuring assignments. E.g., I think they ought to be indented like this: ```javascript var a...

> Interesting thought! But couldn't you just create the context/change/score functions from the feature list using a macro? It would be possible to generate the functions from the feature list;...

I forked C-S and integrated my changes [here](https://github.com/dgillis/company-statistics/tree/using-config-features) (I added "dg-" prefixes to all the functions so I can test it against C-S side by side). I think how to...