DEV Community

Discussion on: IDE’s are stuck in the past

Collapse
 
noctumsempra profile image
Leonardo Comerci

Tell me one person who actually enjoys developing on an old PC other than because of nostalgia. None. Cloud IDEs may seem a solution for a novice user who doesn't want or doesn't know how to install a proper IDE. Even these JAVA-based IDEs (i.e: Jetbrains' ones) are way better performant than browser-based IDEs. Not an Universal solution.

Collapse
 
christian0cfg profile image
Christian Siemoneit

Generally I would not disagree to certain parts of your comment. But a) a proper IDE can be cloud-based - why not? And b) this is all not about the IDE only. Having IDE and cloud services connected boosts the productivity of every developer as it leverages the full scale of technology and computing power at any time.

Thread Thread
 
seanmclem profile image
Seanmclem

Personally, I much prefer running on my local file system

Thread Thread
 
christian0cfg profile image
Christian Siemoneit

Sure. Anyone should be able to decide and there will be more and more advantages of a non-local set up.

Collapse
 
eugenepisotsky profile image
Eugene Pisotsky

I've been using JetBrains for years and just tried VS Code in cloud, don't see any problems so far. It feels much better honestly, without those endless indexations and other problems.

Collapse
 
leob profile image
leob

Not yet a universal solution ... I can see the potential advantages, but this still needs maturing, I don't see myself tossing my powerful workstation out of the window anytime soon. But who knows, never say never, I think this will take time.

Thread Thread
 
christian0cfg profile image
Christian Siemoneit

It will start with smaller projects and especially with new projects. But sooner or later the arguments for the cloud are just too compelling.

Thread Thread
 
leob profile image
leob

Spot on ... people won't start out by putting their mission critical stuff in the cloud - they will first try it out with smaller projects, then when they gain confidence they'll commit to it for their bigger projects ... step by step.

Thread Thread
 
christian0cfg profile image
Christian Siemoneit

Fully agree.

Collapse
 
athomsfere profile image
Austin French

This. As much as a cloud based IDE solves problems, it introduces ones.

Your application was architected poorly (the story above) and your experience will suck.

But here I sit, on two good development machines. They can handle a good workload. I don't want browser funkiness to interfere with development. Stackblitz for example is fine for a quick POC, so is JS Fiddle.

But to me, neither is as good as a daily driver as VS.