Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
Various DOM-related wrappers (Code Worth Recommending Project)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="David Mark, post: 4961923"] I tend to avoid using them in low-level modules for performance reasons, but the code itself is very compact, so I do include it in my base module. I have considered moving it to its own module, which would only be required by those higher-level modules that use it. Depends on what it does. All but a couple of my modules require the base module. Most have no other dependencies, but the highest level modules and widgets typically depend on two or three lower level modules. In general, as granularity is maximized, redundancy is minimized and dependencies increase accordingly. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
Various DOM-related wrappers (Code Worth Recommending Project)
Top