Cloud IDE
-
Which cloud based IDEs do you use for software development?
-
@peppr I do not send my work into a cloud. My Work, my property.
Why should i upload my code to a untrusted storage?
I use local IDE like Komodo or vim. -
@peppr And why should i teach with my code a dumb cloud AI which runs in the background of such online editor? Never. We all know most companies do such bad things with uploaded data.
-
@DoctorG Another reason not to trust them is if I accidentally type or include something I shouldn't. I know many times I have left dangerous things like certificates and plain text passwords in code - when its just on my machine I can use git to decide when it is ready to go to a server. With everything in the cloud, anything you type is immediately sent, even if it was a mistake.
-