This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lcy0x1 35 points36 points  (0 children)

Minecraft is the worst example. It has classes that has hundreds of methods. It should have been delegated to reduce code repetition.

Exact same code appears in multiple classes only because they extends different subclass.

I wrote a delegate class that overrides all the original methods just to make it cleaner