Joined September 2011
·
Posted to
JavaScript - quickly hide all console.log
over 1 year
ago
@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).
Posted to
Lower your cost for speedy tests when using BCrypt
over 1 year
ago
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,842 Total ProTip Views
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Charity
Fork and commit to someone's open source project in need
Good stuff! Thanks!