Hacker News new | ask | show | jobs
by vhost- 3292 days ago
I've heard people complain about print being a function now more than a hand full of times and my response is always "are you really using print that much in your code base?"
1 comments

You still use it in debuggers and in the REPL. Using it seldom makes it harder to relearn the muscle memory, and only hitting it when you're debugging makes it more likely that you're already frustrated when it happens.