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
-
@chadd17 Yup, that's C#, one of the languages I have used most often in the past half year.
-
chadd1746437y@Zyberg I read this on SO's joke post:
"If Java is the answer, it must have been a very verbose question." -
This is stupid.
Maybe you should name all of your methods with single letters.
Then name the classes with single capital letters as well.
It will be certainly shorter to type. -
chadd1746437y@nickhh it's overcompensation for the annoying length. More out of spite than in the interest of good practice.
Related Rants
// I can't be the only one...
public static void p(String inpt) {
System.out.println(inpt);
}
...
p("That much typing is unjustified.");
undefined
print
java
method
function