|
|
|
|
|
by cyberax
590 days ago
|
|
> I would say less overuse of final, more underuse of interfaces. Interfaces with one implementation are terrible. They just clutter everything and make the code navigation a pain, so it's good that people are avoiding them. Perhaps a special "test-only" mode that allows to patch finals is a better idea. |
|