DEV Community

Discussion on: Using isset() and empty() hurts your code

Collapse
 
pda_code profile image
Takis Antonopoulos • Edited

isset, empty(), is_int e.t.c are examples of functions of a language with POOR design decisions (at least at the early age of PHP). You have to be precise about what you are offering by a function.

I wish they are removed from PHP and all old snake cased funcions