Jeff Brown wrote: > So , am I confused? Is there some dichotomy? Would my code have been > accepted with the "nesting-scope-obvious" opening bracket position?
If you're on a unix-like machine look into the "indent" program, the code formatting problem was solved in 1976. If you're on windows I'm sure there's some equivalent tool out there (or the cygwin stuff may have it included). With indent, once you've figured out the set program options to render the code how you like to work with it and the set of options to render it how whomever you're submitting to likes to see it, it'll take fractions of seconds to reformat the code to and from either and everybody will be happy. --Brent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
