On Sat, Jul 05, 2003, Alexander R. Pruss wrote:

>   if( condition1 &&
>       condition2 ) {
>       ConditionSuccessful();
>   }

Wrong. There should be a space between if and '('.

> This has the disadvantage that ConditionSuccessful() is ligned up with
> condition2

Not if you follow the (at the moment, very simple) style guide ;-)

Considering that a lot more developers work on the viewer code today
I will probably put together more specific rules to make sure that the
code doesn't look like a patch work.

/Mike

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to