05.05.2013, 22:32
Quote:
That could be a big part of the problem, it's difficult use systems that do not have a modular design so what ends up happening is parts of the system get intermixed into various callbacks which is difficult to extract. It's a poor way to script like that y_hooks can work wonders for organizing your code once you take a modular approach there will be less searching for code and your code won't mixed with unrelated system.
|