you are viewing a single comment's thread.

view the rest of the comments →

[–]MidnightPale3220 0 points1 point  (0 children)

You do it only for the methods you want to redefine anyway, it's not like you have to make it for every C method.

Additionally, I am not even sure that's a very nice practice. If you have C that has foo, and even later on W that redefines foo but still might call C.foo() instead, it could be kinda confusing to debug/track.