6
camil
8y

I feel like more than half of the time i spend coding Java is actually writting system.out.println().

I mean come on ! Who got time for that ?!

Comments
  • 5
    "syso" ctrl+space in eclipse
  • 3
    You could try to write sout + tab if you're using netbeans, thats the shortcut for System.out.println
  • 1
    If you're using sysout all the time, you're doing something wrong. Using sysout can be very dangerous!
  • 1
    Using breakpoints can be time saver and reduce code polution with sysout...
  • 0
    Use Logger class with handlers! On a more serious note: sout works in idea.
Add Comment