28

The code that is the hardest to debug is the code that you know cannot possibly be wrong.

Comments
  • 1
    when this returns false:
    Boolean returntrue() {
    return true;
    }
Add Comment