On 01/05/16 00:20, Dan Ackroyd wrote:
> Personally, I always use semantically meaningful variable names, as
> they make life so much easier for any person who needs to read the
> code.

AND one can easily see if there are points in the sequence where one
does need to handle alternate results. I will avoid saying 'errors'
because and empty array will not throw an exception. But I CAN perhaps
now see why some people object to not throwing errors where they rely on
exceptions while others of us simply anticipate that there are
situations where an alternate result needs alternate action?

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to