18

For some reason, when testing if a block of code is firing, I always do console.log('fart'); More often than not I forget to remove it before going to production. I feel good knowing that's out there on dozens of sites right now.

Comments
  • 1
    I always console.log("IT'S WORKING")
  • 2
    My logging code has a passion for profanity. So whenever I am looking at logcat it looks something like this:

    INFO: fuck
    WARNING: fuckfuck
    ERROR: fuckfuckfuck
  • 0
    console.log('its alive!!1')
  • 2
    {
    console.log("Beep! <func/name>");
    // ...
    console.log("Boop!");
    }
  • 1
    I use banana mostly, people in my team always look at me in a weird way when I forget to remove em xD
  • 0
    @edisonn I've never seen that happen.
  • 0
    @edisonn who codes for IE anyways?!
  • 0
    I feel bad for using IE for some things now XD
Add Comment