Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Updated Coding Guides

Subject: COmanage Developers List

List archive

[comanage-dev] Updated Coding Guides


Chronological Thread 
  • From: Benn Oshrin <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] Updated Coding Guides
  • Date: Mon, 02 Jan 2012 18:17:17 -0500

As part of working with Cake 2 for the COmanage Directory POC, I've updated several coding guidelines, including:

- Error Reporting
- No Closing Tag
- Top of File
- Function Descriptions
- Scoping
- Curly Braces -- major flip flop as per discussion with Marie: curly
brace style now matches parenthesis style, eg:

if(foo) {
dosomething();
}

There might be more tweaks to come... not sure yet...

-Benn-


  • [comanage-dev] Updated Coding Guides, Benn Oshrin, 01/02/2012

Archive powered by MHonArc 2.6.16.

Top of Page