In message <[EMAIL PROTECTED]>, "Mike Meyer" writes:
>Poul-Henning Kamp <[EMAIL PROTECTED]> types:
>> In message <[EMAIL PROTECTED]>, "Mike Meyer" writes:
>> I'm advocating that the rule focus on readability rather than trying
>> to enforce a type which doesn't exist.
>
>Excellent idea. Can you provide verbiage and examples?

All you have to do is get rid of the word boolean, ie: change
     Do not use ! for tests unless it is a boolean, e.g. use
to
     Do not use ! for tests unless it is an integer type, e.g. use

And as far as I'm concerned the confusion is gone.


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to