|
|
|
|
|
by yeukhon
4317 days ago
|
|
First, congrat at releasing your project/product. But I want to be a critic, like always. There are at least a dozen of "code anywhere" solution out there and most don't solve the core problem which is that we can either write code or run code with very very limited privilege. As both a Github and a Bitbucket user, I can code anywhere I want as long as there is an Internet access. I can edit my files right on the page, or just fire up a new gist on gist.github.com to write a short snippet. I use jsbeautifier.com to make my JS code "prettier" if my code is getting messy. If I have a modern version of Firefox I can even write my Javascript in a scratch pad. The issue is again I don't have an environment to run code and use the tools I want to use. I don't mean that this is an easy problem to solve as everyone has their own special setup (e.g. different dot files, tab vs space, etc) and minus security handling and hardening. But that is the hard problem, and the real problem worth digging. |
|
I honestly appreciate the criticism, and I agree on the problem that exists and we are trying our best to solve it and we believe that we are on our way there, especially with the new DevBoxes. Feel free to try Codeanywhere out and send me/us more (constructive) criticism. Thanks!