开发者

What are the advantages / disadvantages of a Cloud-based / Web-based IDE? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I'm writing this as DevConnections in Las Vegas is happening. Visual Studio 2010 has been released and I now have this 3GB beast installed to my machine. (I'll admit, it has some nice features.)

However, while the install was monopolizing my computer's resources I began to wish that my IDE worked more like Google Documents (instantly available, available anywhere, easy开发者_StackOverflow中文版 to share, easy to collaborate, naturally versioned).

A few Google (and StackOverflow) searches led me to :

  • Coderun
  • Bespin

I'm well aware that these IDE's are missing a lot of what exists in VS 2010. However, that isn't my question. Instead, I'm wondering what benefits a web-based IDE might have? Assuming a company invests the time to create the missing features, what is the downside?


Benefits:

  • Code available anywhere an internet connection is available
  • Simple sharing mechanisms
  • Simplified build mechanism
  • Many modern IDE features available (Autocomplete, syntax highlighting, etc...)
  • Requires a modern browser

Drawbacks:

  • Code is only available where an internet connection is available
  • Requires a modern browser (this might be an issue in some corporate settings)
  • Simplified build mechanism
  • At the mercy of the latency gods
  • No native debugger
  • No choice of revision-control
  • No clear backup solution
  • No clear way to fully remove source code from the provider's servers
  • No support available
  • No choice over maintenance schedule of servers
  • No control over IDE or environment features and tools
  • Must trust provider's security and privacy controls

As you can see, many of its benefits are also potential drawbacks. So I think the use of a browser-based IDE is very project dependent.

However, IMHO, I don't think browser-based IDEs have enough features or provide enough necessary services to replace desktop IDEs in most modern enterprises.


Just being devils advocate here and listing the disadvantages:

Disconnection!

The fact that you don't really own any software - if you stop paying the monthly bills you can't access it any more but you can keep using offline installed products after the initial payment.

Big / valuable projects may be uncomfortable not having their source code tucked away inside a network they control - one hacked account and their main IP is out on the net.

Limited extension ecosystem - with online services there is generally a control over it like facebook for example, but nobody tells resharper what features they can include

Forced upgrade - big corporations are still running .net 2.0 (.net 4 just came out). They can be slow to move and being forced to use the latest and greatest version of the app could be a too fast a pace for them.

Exposed to bugs - some people have wierd personal rules like they dont touch v1 software. If you always have the latest version you are exposing yourself to being hit by productivity consuming errors (security updates are a different category to feature updates but still if you are running desktop software you can isolate your security exposure and decide your own reasons to upgrade)

Interoperability - perhaps your app works with another app - they might not be able to keep up with the release pace of the main app and the interoperability functionality might lag while the other developers play catch up.

Centralised point of failure - no control over backups, redundancy, etc - its in the hands of the developers of the service.

Personally I find cloud based services very convenient and as time goes on now that I have a laptop and a desktop and a work computer and my friends have computers it becomes a chore to sync data between the lot. At the current stage we are still dealing with toy apps on the web but hopefully in a few years Silverlight will put a big dent in that.


The web is inheritly less featureful than a native application. Also, how do you compile and test out your code? No sane web host will let strangers compile, run, and test their code on their servers.


Besides "ubiquitous" availability (note the quotes), you get the "benefit" of editing code on the server. So, you get to skip many of the deployment steps that are necessary for many server side apps today. There's a simplicity of editing code like you'd edit a blog, but it can also be a curse as well. You still need a way to separate development from production.

But that said, if you use the Blog or many CMS applications, millions of folks use "Web based IDES" every day, so there's obviously applicability for specific application areas. I can tell you there are times I wish fixing a quick bug on a deployed app were as simply as clicking an "edit" button.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜