Hacker News new | ask | show | jobs
by oconnore 3654 days ago
> it's already hard to get good Java developer

try{

Well, obviously, you're making them write Java.

}catch(CheekyJokeException e){

// todo

}

1 comments

  Sub WriteGoodJava
  
    On Error Resume Next
  
    While True
  
      'todo: write something
  
    End While
  
  End Sub