17

public void start() {
new Thread(this).start();
}

Senior dev my left arse cheek

Comments
  • 2
    Followed by swallowing exceptions in the run() implementation.
  • 2
    And setting instance variables there too! This class is just shit from top to bottom
  • 2
    @linux-colonel Swallowed exceptions: a great sign you honestly care sod-all about proper practice, so you'll just cludge it to work.
  • 0
    @linux-colonel Not even a happy cludge! A very, very sad cludge.
  • 2
    Senior Dev just means that he has been doing this sort of dumb shit for 6+ years.
Add Comment