Quote:
Originally Posted by ******
You were complaining about being unable to remember names, so you invented a more complex syntax to remember, and you still need to remember the "AccountSystem:" prefix. If you can remember that, just remember "AS_" (short for "AccountSystem") instead. And this way you don't even need to differentiate between functions and callbacks (because why would you).
|
No, you don't understand my purpose. There are many modules which tags can be same, for example,
Account
System and
Admin
System or
Anticheat
System. With my parsers, I can understand what's exactly going on. I can understand which function of which module is calling or creating. Also, why you think that I can't remember that tags? I think it is much easier to remember than AS. If I use AS I waste time to understand what module has
AS tag. But with the tag
AccountSystem I will instantly understand that in those part of the code is calling/creating function/callback of/for Account Module.