272
owithg
7y

Code runs, time to remove all the System.out.println("AAAAAAAAA"); from it.

Comments
  • 27
    Ahhhhhhhh!

    One of my fears is that some day one of my bullshit debug messages goes live and the customer calls and says "There's 'OMG SON OF A ROFLCOPER! #05' in the logs, why?"
  • 5
    @CWins my biggest fear too! Before releasing I always do ctrl-f for System!
  • 10
    Good one algo…
  • 4
    I still write console.log('iRan') in my functions to see if they were called from time to time
  • 1
    This reminds me to my "Hello from X" logs :')
  • 0
    Traditional debugging helps still...
  • 0
    You don't personalize the messages?
    I always write something related to what I'm trying to debug....
    That is, when I use debugging
  • 1
    @RodrigoF Sometimes, if I am worried about a certain variable. Otherwise I am usually testing to make sure that the if statement flow is correct.

    String compares sometimes fail because of wierd reasons....
  • 2
    I can imagine how the programmers at Apple first implemented the kernel panic... 😂
  • 1
    AAAAAAA
  • 1
    In my case, echo and console.log() 😁
  • 0
    Time to get rid of the logging... console.log(“what the fuck even is this?”, result.data);

    Standard, fuck code.
Add Comment