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
-
Check if your IDE has the sout+tab shortcut, which autocompletes to System.out.println().
-
Well you can statically import "out", and use it as "out.println()".
I think that makes it pretty much same as using any other logging library. -
Too long to write???? Spoken like a true noob! :D
Do you also name your variables/classes/functions in as few characters as possible to make others lives harder (as well as your own a year down the line when you've forgotten what doStuffFn() does!)?
It's clear and concise. It's nice being able to read code and just know what it does without having to have spend a year learning it. -
@TedTrippin once you are used dart or kotlin, java code feels too bulky and long. Remember there is no performance compromise for kotlin at least.
Related Rants
Java's System.out.println because it's too effing long to write!
And in general, all of Java because you need an MB of code just for Hello World.
rant
wk229
java