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
-
mojo20128145yI dont see any problem at all with the java code, maybe instead of system something like Console.writeLine would look better though.
I never understoof why theres so much hate against the main method, especially from JS guys.
When I look at react boilerplate on the other hand .... -
mojo20128145y@ruhe because java puts consistency first, its an OO kanguage over all.
And how many one-line programs do u intens to write??
Related Rants
package bar;
public class Foo {
public static void main(){
System.out.println("Hello, World!");
}
}
I still wonder why I didn't start with Python, print('Hello, World') is a god damn one-liner
rant
wk159