Subclassing JadeScript
Posted: Fri Aug 07, 2009 10:41 am
by Robert Barr >> Fri, 23 Jun 2000 3:41:41 GMT
Is there a reason why you can't subclass JadeScript?
JadeScript subclasses would be particularly useful when several developers are working on a system - purely as a mechanism to separate each developer's working scripts and make them easier to find, e.g.
JadeScript
|
|----- JadeScript_fred
|
|----- JadeScript_jo
|
| ----- JadeScript_bert
On a large development, I often have a few 'initialisation' methods for JadeScripts - these 'common' methods, defined on JadeScript, would be available to the subclasses.
Is there a reason why you can't subclass JadeScript?
JadeScript subclasses would be particularly useful when several developers are working on a system - purely as a mechanism to separate each developer's working scripts and make them easier to find, e.g.
JadeScript
|
|----- JadeScript_fred
|
|----- JadeScript_jo
|
| ----- JadeScript_bert
On a large development, I often have a few 'initialisation' methods for JadeScripts - these 'common' methods, defined on JadeScript, would be available to the subclasses.