5 ms·
I've been thinking about this for a while: What a good unique selling point for an online IDE would be, is automated online testing--preferably with continuous
by rix0r 12y ago
I've been thinking about this for a while:
What a good unique selling point for an online IDE would be, is automated online testing--preferably with continuous integration.
I've been in the position enough times that I'd like to contribute some small fix or feature to a project, only to be put off by the effort necessary to set up a local development environment to make my 5-line change.
An online IDE could completely forego that: fork the code online, make my change, automatically run all the tests (preferably instantly!) so I can check I didn't break anything, and send a pull request!
- josho 12y agoYou suggestion makes complete sense. It would be a boon for public github projects, but still something that folks probably wouldn't pay for. Unfortunately, outside of your scenario I still don't see the value, ie. the setup time it takes for a new employee to setup their dev. environment is a tiny fraction of the time that they'll be spending working on the project.
- iamclovin 12y agoYou should check out https://www.nitrous.io/hack https://www.nitrous.io/hack ;)