Closed dewos closed 14 years ago
Is there a reason why some properties are placed between some methods?
Everyone asks about this and I don't really get why. The entire Kohana 3.0 source is structured this way:
That makes sense... :)
I am closing this since it's fixed now.
Thanks. I was going to keep it open until I merged the unstable branch to master, but if you're happy now then I am too. :)
This's marginal, but would be nice if the core could follow more the official kohana styling conventions for comparison and parentheses.
http://dev.kohanaphp.com/wiki/kohana2/CodingStyle
if(!$foo) become if( ! $foo) if (($foo && $bar) || ($b && $c)) usually become if (($foo AND $bar) OR ($b AND $c))