On Fri, 2008-06-20 at 10:31 -0400, tedd wrote: > 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. :-) Hahah, I was wondering if you would catch my little tidbit ;) Cheers, Rob. -- http://www.interjinn.com Application and Templating Framework for PHP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php