Using the yoda conditions has advantages? It's just a style of programming?
Why use this:
if('User' === $name){ }
Instead of:
if($name === 'User'){ }
Aucun commentaire:
Enregistrer un commentaire