DEV Community

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

Collapse
 
aleksikauppila profile image
Aleksi Kauppila

instanceof should be used only when we expected find method might return several various instances.

This actually seems to be case with Laravel, which is what i had in mind when writing this. Bad interfaces and accidental complexity makes you do weird workarounds. :)