Talk:Coding Standards
From Habari Project
Please propose your modifications/updates here prior to editing the original page, thanks.
Quoting Speed
As I've been reminded, 'foo' is faster for php to process than "foo", so I vote we make a move to use 'foo' for general strings, unless we're doing stuff like "foo\n" or "foo {$var}". If we go for 'foo ' . $var instead of "foo {$var}" then it'll piss me off y'see.
I say we have the guideline unless double quotes are required then we use single quotes.
Restructure
This should follow where we will be moving "Code Submission". ie either to /dev or /dev/core.
