Hacker News new | ask | show | jobs
by forgotmypw38 2346 days ago
I've definitely noticed a difference.

I have been developing my current project using IntelliJ, which makes it easy to jump from function call to function definition.

Once I had to do some maintenance on a live copy using vim, where I don't know how to use those features, I decided to gradually redesign things to have fewer levels of nesting for easier maintenance.