6

Chrome likes to count teleporting goats, Android tests if the user is a monkey. I like to put "void fish(object look)" in my code and throw the fish where ever I wanna test something.

What are some interesting functions you've added to your code? Has another dev caught your function yet? (mine hasn't been caught yet, yay!)

Comments
  • 0
    I've always loved easter eggs, keep it up! :)
  • 1
    We (in prod) send any toast like messages, errors or form validation stuff through.

    throwUp(stomachContent){}

    There's a bunch of funny little quirks within the function too.
  • 1
    In older project I wrote larger comments in the middle of important files. In that comments there were sometimes jokes or recipes for tomatosoup :D
Add Comment