Skip to main content

Search

Items tagged with: Overkill


From a line committed in 2014 by a former contractor at my job:
if (isset($live) && !is_null($live) && !empty($live)) {
Can't be too careful. #PHP #Overkill #Programming