|
|
|
|
|
by JonathonW
3605 days ago
|
|
^ This. It's not so much about reducing the boilerplate you have to manually enter. While that's nice, the real value of a good IDE is in its refactoring tools, taking trivial but tedious tasks like class, function, or variable renaming and automating them so that they can happen both instantly and error-free. And variable renaming's the simplest refactor that a tool like IntelliJ or Resharper can perform. |
|