|
|
|
|
|
by kroltan
1073 days ago
|
|
Which leads me to another tangent, which is that there is a very clear split between programmers that "manipulate text" and programmers that "manipulate structure". It can be seen in the choice of tooling, some people really go ham with multi-cursor editing, find-and-replace patterns, "select next word", editor macros, and other text manipulation based tools. While others (myself included) prefer a more content-aware tool like JetBrains' "rename field", "extract method", "widen selection" (select AST parent's text span), etc. Which is not to say that either group is more correct or efficient, it's just a pattern I see on people. |
|
I’m also someone that likes getting the most out of a basic set of tools or features. A less is more kinda person.
Although I’m old skool Mac OS so I need some kind of GUI.