Klaas van Schelven
unread,Dec 13, 2007, 2:57:02 AM12/13/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tabbie...@googlegroups.com
Hi all,
I know the code base is a huge mess, but would like to get at least some standards out to actually make it less of a mess.
* Use spaces not tabs
* Use 4 spaces
* Curlybracets on same line {
* space operators like so $a = $b
* space comma's like so $a, $b, $c
* brackets like so: ($a)
* semicolumn follows code like so: $a;
if you have alternatives, or standards of your own that you would like to be included, please do just post them.
Klaas