View Single Post
  #25  
Old 11-23-2005, 04:26 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by jake13jake
It would also be neat if you had an option of doing:

serverside function onCreated() {}
clientside function onCreated() {}

rather than
function onCreated() {}
//#CLIENTSIDE
function onCreated() {}
I disagree with this. This would lead to extremely badly structured code, and I would assume it would grant people more problems then they already have.

Having the //#CLIENTSIDE directive is a nice way to split your code between serverside and clientside, there is really no need to have it all jumbled together.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote