Joined September 2011
·

Pedro Carriço

Software Engineer at Seedrs
·
Lisbon
·
·
·

Posted to Concise Object Oriented Javascript over 1 year ago

Good stuff! Thanks!

@shawncplus has a point, another approach is if you use jslint and CI then make a rule that will ensure that no console.log gets into production (or commited in your main repo).

Nice tip!
You can also set it on your test_helper.

Posted to Git - Autocorrect spelling over 1 year ago

Couldn't make it work using: git config --global help.autocorrect 1
Had to edit my .gitconfig and add it manually.
Great tip, thanks!

Achievements
83 Karma
2,696 Total ProTip Views