lundi 2 juillet 2018

What's the purpose of yoda conditions?

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