sliverorange coding conventions

The fellows upstairs have their own coding conventions. Who knew? Steven Garrity ordered the Formosa Combo yesterday, a stark departure from his usual stuffed bun or sushi; I’m pretty sure this falls outside of the conventions.

Comments

Isaac Grant's picture
Isaac Grant on September 14, 2005 - 18:06 Permalink

The coding conventions are fairly new, and have sprung from the need to keep code clean and standard for our soon to be officially released code framework.

al o'neill's picture
al o'neill on September 14, 2005 - 20:07 Permalink

I like the compromise for the brace style, old and busted
name
{
thing
}
for classes and functioned,

new hotness

name {
thing
}

Steven Garrity's picture
Steven Garrity on September 15, 2005 - 02:26 Permalink

As Isaac mentioned, the need for documented coding convention arose from our plans to release some of our software as open-source. If we’re to be get people submitting code, we want somewhere to be able to point people when we tell them it sucks.