View Single Post
  #48  
Old 05-03-2011, 05:12 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Also, as you have different lessons, its important to teach good styling.

PHP Code:
function onCreated() {
  echo(
"Hello World!");

is much better than
PHP Code:
function onCreated(){echo("Hellow World!");} 
Or any other variation, as people like to do weird stuff while styling...
It just makes it easier for others to read your code.

Also, indenting the script inside a function/brackets makes it much easier to read than if everything is indented the same. :P
__________________

Reply With Quote