Toolsets and toolset chains
I t's not directly relevant to code in itself, but toolsets affect how one writes and refactors code. There's also the question of how the tools interact with ones own capacities. I work on Linux/Unix, though usually via Windows workstations in a work setting. I've worked around people who worked, in general, with three different toolsets. Many relatively younger developers use Visual Studio Code, even when working cross-platform. They're part of an IDE generation. I've never really seen the appeal, the few times I've used it. Well, I do, if you don't know what you are doing and need hand-holding. Most of the rest use vi/vim. If you're a command-line type, this seems to be the editor of choice in the Linux world. I've used vi since, oh, about the mid 1990s or so, but usually as an editor for quick jobs, usually not coding. I've used CLion on an evaluation basis. Its high degree of integration with cmake makes it an obvious editor if that's ho...