+++ title = "Meh.php" author = ["Correl Roush"] date = 2011-04-27T00:00:00-04:00 keywords = ["emacs", "org-mode", "themes"] tags = ["programming"] draft = false +++ ```php give_a_shit(); echo $bwuh->concerns; class SuperDuperBillingProcessor extends Meh {} $p = new SuperDuperBillingProcessor(); $p->calculateEverything(); $p->profit(); ```