I have bad news for Charles.
Does Visual Studio Rot the Mind? (2005)
11–20 of 122 posts
Re: Does Visual Studio Rot the Mind? (2005)
#12https://en.wikipedia.org/wiki/Code:_The_Hidden_Language_of_C...
Re: Does Visual Studio Rot the Mind? (2005)
#13I enjoyed the article, but I really want to hear the 1991 talk that he gave at the Boston Computer Society meeting re: early Windows development, OS/2, and the Microsoft/IBM split. I'm sure it's lost to the mists of time, sadly. I had no luck finding it doing some quick searching.
Re: Does Visual Studio Rot the Mind? (2005)
#14I enjoyed the article, but I really want to hear the 1991 talk that he gave at the Boston Computer Society meeting re: early Windows development, OS/2, and the Microsoft/IBM split. I'm sure it's lost to the mists of time, sadly. I had no luck finding it doing some quick searching.
Re: Does Visual Studio Rot the Mind? (2005)
#15I skip around all over the place, but I almost always throw in a definition for a variable at the point where I first decide to use it. Maybe that's why Intellisense never annoyed me.
As for the question of whether power tools like Intellisense rot the mind: No. What rots the mind is staying within your comfort zone instead of trying new things and challenging your capabilities. Power tools just let you tackle bigger challenges faster.
Re: Does Visual Studio Rot the Mind? (2005)
#16> And I sincerely hope that in five or ten years from now, we’re not still watching reruns of Friends. I have bad news for Charles.
Re: Does Visual Studio Rot the Mind? (2005)
#17Maybe I'm spoiled by Resharper and similar, but I feel like this statement is wrong now, given the buttons for "generate property", "generate class", "generate method", etc. I often just start using a variable and then click generate to make it exist.
Especially in the C++ world where it means editing a header file, rewriting the type, duplicating the function prototype, etc this is a big time saver.
Re: Does Visual Studio Rot the Mind? (2005)
#18Re: Does Visual Studio Rot the Mind? (2005)
#19Then I installed PyCharm and completed the task in just a few hours thanks to the "find uses" and jump to definition functionality. I was also able to refactor some less-than-good variables names. I've always hated IDEs for personal projects (to avoid mind-rot), but now I'm starting to think for large enough projects you just need an IDE.
The only drawback I see is a few millisecond lag on all actions. Every time you scroll, or clock on something there is a lot of things going on in the background, vs. Atom which feels near-instant.