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.
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
The coding conventions are
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.
I like the compromise for the
I like the compromise for the brace style, old and busted
name
{
thing
}
for classes and functioned,
new hotness
name {
thing
}
As Isaac mentioned, the need
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.
Add new comment