Y
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
jbooth
5797 days ago
final class modifier is pretty useless.
private final member variables? Invaluable.
link
private final member variables? Invaluable.