On 01/23/2008 09:40 AM Derick Rethans wrote:
> On Wed, 23 Jan 2008, Alexandru Stanoi wrote:

>> Tobias Schlitt wrote:
>>> Author: ts
>>> Date: Tue Jan 22 17:29:48 2008
>>> New Revision: 7232
>>>
>>> Log:
>>> - Removed unneccessary === true and === false.

>> For me it is easier to read "if ( $something === true )" than "if ( 
>> $something )", but that is just me. :)

> It's me as well, especially because this is a useless commit.

For variables and for functions that may return something different than 
a pure boolean value I fully agree with you. I just removed that kind of 
stuff from places where it is really unneccessary (e.g. isset($foo) === 
true).

Regards,
Toby
-- 
Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards

Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer

[EMAIL PROTECTED] | eZ Systems AS | ez.no
-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to