Hacker News new | ask | show | jobs
by vinayan3 2044 days ago
I agree. I got license for the JetBrains All product pack. It's been a huge boost in my productivity for Python and C++ because the refactoring tools make mundane things so much faster.

Also, templating is incredibly powerful. I avoid copy / paste in favor of typing or generating things out. Copy/Paste is a really bad pattern and the overhead of having to put the code in makes me think about abstracting it much earlier than if I just copied and pasting things.