Wednesday, May 25, 2011

StackOverflow

Do you know the famous resource http://stackoverflow.com by Joel Spolsky and team? Here is my own definition of stackoverflow in Java:
  1. private static void log(String logStatement) {  
  2.    log(logStatement);  
  3. }