My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

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');