Re: fai/class separation

2003-01-16 Thread Thomas Lange
On Thu, 16 Jan 2003 14:44:57 +0800 (WST), Niall Young [EMAIL PROTECTED] said: I'm new to classes :-) but as an extension to bundling all of a class's components together - what would be the best way to separate the builtin FAI classes from user defined classes? Or is it

Re: Dynamically defining classes, ordering, hardware detection

2003-01-16 Thread Thomas Lange
On Wed, 15 Jan 2003 14:53:21 -0500 (EST), AUSTIN MURPHY [EMAIL PROTECTED] said: On Wed, 15 Jan 2003, Niall Young wrote: How about overriding other class behaviour with hooks and files, I guess that gets back to the order in which everything is defined and run - e.g.

Re: fai/class separation

2003-01-16 Thread Recycle Computer
Thomas Lange wrote: My preference is: Keep it simple! I'd like to keep my own classes as separate as possible and not touch the builtin classes and scripts if possible. Something like: But you will always have the freedom to define the classes as you like. It you dislike