(New page: (Draft) The entire V3 core code (and most of its plugins) we'll be running inside a single reference object, the ROOT namespace. Currently this objects is named '''V3''', to be renamed as...) |
(No difference)
|
Revision as of 01:08, 2 March 2008
(Draft)
The entire V3 core code (and most of its plugins) we'll be running inside a single reference object, the ROOT namespace. Currently this objects is named V3, to be renamed as soon as the project name gets resolved.
Inside the core code, the V3 namespace will be then fragmented in further namespaces, which will group the code resources in specialized blocks. Some examples are V3.dom, V3.env and V3.ui.
Namespaces will mainly hold objects and classes, but it is also allowed to have properties and functions on it. For example, V3.env.iereturns the Internet Explorer version, while V3.dom.Document points to a class.