Christopher Masto once stated:

=suggestions, they should be useful suggestions.  "Parenthesis are
=allowed to make your code easier to read, even if not strictly
=required by the compiler" is a much more useful suggestion than what
=is currently there.

Some safeguard should be put to prevent falling from the other side,
such as in some places in TCL internals (restored by memory):

    result = Tcl_CallSomething(.....);

    if(result == TCL_OK) {
        return TCL_OK;
    };

    return result;

Very readable...

        -mi

To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to