58
Comments
  • 1
    function sendEmail( string subject, string message, Boolean bccAdmins){}

    Boolean sendThisFuckingEmailToAdmins = false;

    sendEmail(
    “are you working”,
    “I hope this works”, sendThisFuckingEmailToAdmins
    );

    I gave up with the spam today
  • 1
    @M1sf3t that’s a thing now?
    I’m getting stuck behind the times with this wall of memes 😔
  • 0
    @M1sf3t
    Something like
    [STORYTIME][GONE WRONG][GONE SEXUAL]
  • 1
    @M1sf3t 😨well that’s new!
  • 0
    @M1sf3t just felt wrong while watching the video. Passion about stuff is not so clear cut. Answer made total sense, but didn't feel appropriate.
  • 0
    What are you talking about? Naming variables is easy!
    var1, var2, var3
    global1, global2, password, global4
  • 1
    I remember when I labeled a Gtk.Image as "canvas"... Good times.
Add Comment