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
Comments
-
Brosyl3414219d@sh1ftsh If you're using Eclipse, write "sysout<Tab>" and it will write it for you. There may be that kind of shortcuts in other IDEs but I can't tell you for sure.
-
Root41399219dJava is overly verbose. Get used to swimming through the crufty boilerplate to find your logic.
-
netikras6177219d@fuckwit why npe? ArrayIndexOutOfBoundsException(-1) is more verbose :) and along with stack trace you have all the debug info you need to find WHERE, WHAT and HOW :)
-
thecoolguy195219dWell, You could make a static class with a print(str) method and import it into your classes. 😉
-
thecoolguy195217d@Brosyl I've never tried that before. Does it import all the methods in System.out?
wtf, I started java class today; Have to do
System.out.println("wtf");
to print a line.
devrant
troll
java