Hacker News new | ask | show | jobs
by TwoSheds 5797 days ago
You've got a point, but I think final class modifier which prevents extension often hinders Unit Testing and never adds much value.
1 comments

final class modifier is pretty useless.

private final member variables? Invaluable.