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
-
I always create a function for that like:
Private String cout(String s){
return s.o.p(s);
} -
@nofckingcluedev you know that every call to that function calls to stack, wastes time as memory calls are expensive. Never do that again.
Related Rants
Java
It's my favorite language because I started learning programming in Java when I was in school.
The most annoying thing in Java is I don't feel like writing System.out.println each time.
undefined
java
wk30