True, False, Null capitalized, or not?
Closed this issue · 4 comments
betweenbrain commented
I guess the title says it all. I personally prefer to see them as all caps myself.
eddieajau commented
PSR-2 is lowercase and I think that's the majority position.
dongilbert commented
All lowercase, IMO.
mbabker commented
This is why I support lowercase:
return false;
versus return FALSE;
One of those just doesn't look right, you decide which 😉
dongilbert commented
I don't like it when my code yells at me. :P