DevGuide Comments

Colin S. Ogilvie colin at ogilvie.fsnet.co.uk
Fri Dec 19 14:27:16 UTC 2003


Maxwell Kanat-Alexander wrote:

>	Hey, the DevGuide looks great! The styles are excellent.
>
>	A few comments:
>
Have one from me as well:

"Curly Braces - The opening brace of a block should be on the same line 
as the statement that is causing the block and the closing brace should 
be at the same indentation level as that statement, for example:

| if ($var) {
    print "The variable is true";
}
else {
    print "Try again";
} |

instead of this:

| if ($var) {
    print "The variable is true";
} else {
    print "Try again";
}"

Unless I am missing something really obvious, the Example and the 
Instead of are the same in this section?

Regards,
Colin
|



More information about the developers mailing list