3

What are your best practices for debugging buggy codes?

Comments
  • 3
    //some code
    System.out.println("pls work");
    //Some code
  • 2
    Breakpoints.
  • 0
    Duck typing
  • 1
    Breakpoints...

    But I learnt a ting from my university teacher:
    you make the program log to the console specific parts of swearing, so that you know the way the program went.

    If the swearing isn't complete, then you must've fucked up
Add Comment