Truely Representative
by in Representative Line on 2015-07-16There’s bad code, and then there’s code so bad that you only need to see one line of code to understand how bad it actually is. Simon supplied this tiny horror which manages to combine all that’s wrong with PHP with the worst of loose typing and a thick layer of not really understanding what you’re doing.
$dtRecord->setProcessing((boolean)'true');
