CodingStandards
From AigaionWiki
[DR] I am not very confident of setting out good coding guidelines... Anyone with strong opinions?
Documentations: what to document in views, what to document in controllers... provide 'comment templates' somewhere..
tabs or spaces?
if spaces, tab depth: 2 or 4? we now use both
Not
method {
}
but
method
{
}
DA recommended removing the closing ?> in php files