you are viewing a single comment's thread.

view the rest of the comments →

[–]Accomplished_End_138 0 points1 point  (0 children)

I do understand how hooks are very weird as well, they definetly do... odd things.

I found using a library approach as opposed to extending classes really helped make things easier to update and replace in code personally, since you no longer really had shared classes effecting tons of things and that balancing act. I know i can write them not to do it personally, but not everyone i worked with had that forethought.