0
comment
comment
on 3/13/2015 3:26 PM
I like lint-tools. These kind of tools help by catching things that do not work well with the language. When you write C you can really benefit from lint, since the language has some quirks. When writing javascript you can be aided by jshint.
I talked to a coworker at tretton37 about StyleCop. I get the feeling that there could probably be some better way of solving what is essentially a presentation issue. Perhaps a StyleButler that presents the code according to your StyleCop settings in the editor? Thi[...]