DEV Community

Discussion on: Typescript Interface vs Class With Practical Examples

Collapse
 
jwp profile image
John Peters

For all your examples, does intellisense work on each?

Thread Thread
 
peerreynders profile image
peerreynders

Are you familiar with Does Visual Studio Rot the Mind?:

I don’t need to remember anything any more. IntelliSense will remember it for me. Besides, I justify to myself, I may not want those 60,000 methods and properties cluttering up my mind. My overall mental health will undoubtedly be better without them, but at the same time I’m prevented from ever achieving a fluid coding style because the coding is not coming entirely from my head. My coding has become a constant dialog with IntelliSense.

So I don’t think IntelliSense is helping us become better programmers. The real objective is for us to become faster programmers, which also means that it’s cheapening our labor.

So if IntelliSense can't keep up - that's its problem . And no, I don't use Visual Code (The IDE Divide).