May 2017
— I mean I may have a lint whenI run make for certain projects but I never lint during dev
make
"The ternary operator can be visually confusing, so ? question mark and : colon always begin a line and increase the indentation by 4 spaces."
return (the_token.id === "(string)" || the_token.id === "(number)") ? String(the_token.value) : the_token.id;
— Having your editor autolint while typing can be great for beginners
— It feels annoying for me now though
— Because I usually disagree with it
— Same!
— I tried a few in Atom and was like "buzz off! It's okay!"
— I usually consult with this if I want a second opinion though:http://www.jslint.com/help.html
— Easy to Ctrl+F to for example "ternary"
— Nice
— Have some sick graphs
— Learning about DFAs?