[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FR-devel] Namespace question
From: |
Rich Kilmer |
Subject: |
[FR-devel] Namespace question |
Date: |
Mon, 30 Sep 2002 23:45:56 -0400 |
Right now all the plugins we write are in the
FreeRIDE namespace.
I was thinking that maybe we should put them in
different modules and maybe have class names like:
module FreeRIDE
module GUI
class Setup # replace GuiSetup
class ComponentPool
class Component # new superclass of components
class AppFrame
class DockBar
class DockPane
class MenuBar
class MenuPane
class NilRenderer
end
module Commands
class CommandManager
class AppCommands
class EditCommands
end
module FoxRenderer
Services
AppFrame
DockBar
DockPane
MenuBar
MenuPane
DatabusInspector
end
end
Of course this does not effect the names of the files,
just the namespaces used within them.
Thoughts???
-Rich
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FR-devel] Namespace question,
Rich Kilmer <=