Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681386yWhy would you want to use a cloud based IDE? Use Git so your code is portable, and any ide will do.
Both are acceptable, 2 pisses me off! -
Yeah if you're following the traditional coding standards, it's number 1 for Java, and number 2 for c#. But it's just standards, so you can deviate from it if you want
-
It's all personal preference, there is no language that I can thino of that it makes a difference in (I'm sure one exists) but Java, C, C#, C++, Php, JavaScript etc.. don't process them any differently because of the way the parsing works, typically if you can put a space (whitespace) between two characters in code you can put any number of new lines between them.
-
For cloud ide's I've found
Code envy
Goorm ide
Code anywhere
Code anywhere also has an android app
Related Rants
Good cloud based IDE's for Java, Python and C# - any suggestions?
Should I place my braces after the method header or under it?
1.
public void test(){
}
2.
public void test()
{
}
Or is it just personal preference?
question
java
ide