At 11:37 PM -0400 6/19/08, Robert Cummings wrote:
If I would still get wrapping, then I use a block style:

    functionWithFarToManyParamsOrLongVariableNames
    (
        $param1, $param2, $param3, $param4, $param5, $param6,
        $param7, $param8, $param9, $paramA, $paramB, $paramC
    );

Cheers,
Rob.

Ps. Please Tedd... don't show an example using your weird ass
indentation style -- it makes me shudder that I might ever have to
maintain someone's code that follows your style ;)

The only difference between my weird ass indentation style and yours is that I indent braces as well.

   functionWithFarToManyParamsOrLongVariableNames
       (
      $param1, $param2, $param3, $param4, $param5, $param6,
      $param7, $param8, $param9, $paramA, $paramB, $paramC
       );

Actually, that's one of the reasons why I think you're such a great programmer -- you have style -- excepting of course, your failing to indent braces, which I can't fathom.

After all, we all believe people who think like us are pretty smart.  :-)

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to