* Thus wrote jsWalter ([EMAIL PROTECTED]):
> Is there a style guide for coding practices used when creating code to be
> shared with the community?

The  rule is to code they way the community has been coding.

if the indent like such:
  if ($var) 
  {
    //blah
  }

Dont change it to no matter how much it breaks your religion.
  if ($var) {

  }

now of course, they should have some rules defined with some
coding standards documentation.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to