Live data from Hacker News

Ask HN: Is anyone using a web IDE for most of their development work?

news.ycombinator.com

81–84 of 84 posts

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#81

Co-founded Nitrous (but no longer part of it) so take my opinion for what it's worth. The real benefit is not in the Web IDE per se, but the fact that your dev environment is accessible from anywhere. That is the killer feature. You don't have to setup your environment more than once if you have more than one computer; you can work even with a Chromebook/iPad, and it's easily shareable with your team. The web IDE is…

There are 3 other reasons that I use a Web IDE now (started using Cloud9 about 9 months ago)

- When doing client work it's much easier to show clients what you're working on at any time. Don't need to mess around with a staging server and uploading files + DB changes etc.

- All client projects are in their own environment with their own config / env vars / DB. So say a client wants changes made 3 months down the line it's super easy to get the project back in the state it was then. On a local machine I frequently run into problems where I've updated my machine or changed config since last working with them and it takes an hour or two just to get the project going again.

- When learning new languages can just create a new project of that type and it has everything you need ready to go. Especially useful if you have a windows machine where using NodeJS / Rails is often much more painful than it should be.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#82
post #56

No, because none of them contain the static analysis and developer tools one comes to expect from a competent IDE. Also coding in the browser has been a miserable experience.

> No, because none of them contain the static analysis and developer tools one comes to expect from a competent IDE. So nobody uses emacs or vi without static analysis plugins either?

Text editors aren't IDEs. However, static analysis tools are available for both emacs and vim.

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#83
post #73

I used Cloud9 for a while. The lag from typing on my keyboard to showing up on my screen became pronounced that I stopped using the service. I was on the free tier. I can see the appeal, but the execution of this service was too poor for me to use. Perhaps in the future I'll try again.

Was this log in terminal or in editor? While there is some lag in terminal because of network latency (same as with normal ssh connection), i never saw any lag in the editor, so it must be some bug triggered by specific browser/os version, did you try contacting their support about this?

Re: Ask HN: Is anyone using a web IDE for most of their development work?

#84

Co-founded Nitrous (but no longer part of it) so take my opinion for what it's worth. The real benefit is not in the Web IDE per se, but the fact that your dev environment is accessible from anywhere. That is the killer feature. You don't have to setup your environment more than once if you have more than one computer; you can work even with a Chromebook/iPad, and it's easily shareable with your team. The web IDE is…

There are 3 other reasons that I use a Web IDE now (started using Cloud9 about 9 months ago) - When doing client work it's much easier to show clients what you're working on at any time. Don't need to mess around with a staging server and uploading files + DB changes etc. - All client projects are in their own environment with their own config / env vars / DB. So say a client wants changes made 3 months down the line…

Full disclosure: I now work for Cloud9 (wish I could edit this into the above post but HN won't let me now). I wasn't asked to post these points and the reason I recently applied for a job there was because I enjoyed the product so much.

Just wanted to post about why I made the switch to an online IDE because I only realised what a time saver it was for client work after I started using it.

Post reply on HN