Juergen Vigna <[EMAIL PROTECTED]> writes:

| One more stuff Lars I REALLY would apreciate if you would leave the
| 'if ((expr == oexpt) || some_bool)' parentesis untouched. I think we
| already discussed this and at least in the files I have to work with
| "A LOT", I'm faster to see what happens if I have the parentesis in place.

Please split the if instead.

if (expr == oexpt
    || some_bool) {
        ...
}

but I try to stay away...
it is just that those (()) alway make suspicious about what is going
on in thos ifs...

| We can go on discussing this for as much time as you like and every time
| I have to write a mail that is less time I can work on LyX, just select
| what you like more!

I'd prefere you do work of course, but I also like myself to able to
easily realize what is going on in complex ifs.

-- 
        Lgb

Reply via email to