Sign in
Log inSign up

What is the funniest code you have seen?

Emil Moe's photo
Emil Moe
·Nov 3, 2016

On the basis of recent discussions on biggest mistakes, dumbest code and so on. Let's have a more fun and positive thread about the funniest code you have seen or written.

I will start out with a classic PHP example which I still find the most funny piece of code:

<?php
$_GET['rich'] or die('trying');