2

There are two types of developers in the world.
Type 1:
if(isLoggedIn) {

}

Type 2:
if(isLoggedIn)
{

}

Be in Type 1, you can't save world but at least you can save one line in file.

Comments
  • 4
    Oh, look. It's THIS debate again.
  • 1
    also in PHP, it is in the PSR-2 standard, it's just easier if everyone does the same thing, whatever that may be.
Add Comment