Live data from Hacker News

Does Visual Studio Rot the Mind? (2005)

charlespetzold.com

121–122 of 122 posts

Re: Does Visual Studio Rot the Mind? (2005)

#121

Earlier quoted context omitted.

VScode is a glorified text editor. It pales in comparison to a real IDE like Visual Studio

Thank you. I honestly get the sense that people calling something like VS Code an "IDE" have never worked with an actual IDE.

I have barely used Visual Studio, so maybe you're right. I did use it a few times for C++, and the version of it from circa 2006 is what I learned with. Visual Studio is very good, especially the debugger, but honestly VS Code with the C++ language server is good enough (80%, Pareto equivalent). Emacs with clangd is also decent while being lightweight.

What does an IDE do? VS Code can refactor, rename symbols, run a graphical debugger, parse a semantic outline of code, do version control with the mouse. A pure editor is like vi/ex/notepad.exe. VS Code is definitely closer to IDE than it is to an editor on that continuum.

Obviously for .NET, it's another story. Hands down the best way to make Windows desktop applications. You can build entire worlds without ever leaving the IDE. Thanks to Unity and Xbox, you can even do professional game dev with it.

Personally, for me it doesn't matter how good Visual Studio is or becomes because it'll take too long for me to learn Windows. I'm (happily) vendor locked in to the GNU ecosystem.

Re: Does Visual Studio Rot the Mind? (2005)

#122

This kind of mind rotting is everywhere - lists for a few shopping items, using GPS for a simple route you should be able to remember after looking at a map, reminders for important dates, using a calculator for a simple sum. I'm sure humanities over reliance on mental aids will increase Alzheimers like mental deficiencies as we age.

Or we could, you know, use those spare brain cells to do higher level things, as the high level beings we're supposed to be. I don't know how to knit my own clothes but I doubt that has a major impact on the onset of Alzheimer's :-)
Post reply on HN