On Wed, Feb 6, 2013 at 8:36 PM, Jeroen De Dauw jeroendedauw@gmail.comwrote:
Currently our coding conventions have major prohibitions on the use of
isset() ...
Oh, would not think so if you did a grep on core.
There are valid uses for isset, and as far as I am aware, those are not
prohibited and are actively being used. That does not mean that we do or should allow isset in every case where it can be used.
Bryan