Y
Hacker News
new
|
ask
|
show
|
jobs
by
elcct
3437 days ago
In Java 9 if you create 8 layers of abstraction, you will get extra 2 layers created for free =]
1 comments
sgift
3437 days ago
Oh, like in JS where using one dependency gives me 5k dependencies for free? :)
link
aioprisan
3437 days ago
You're confusing packages with classes. Arguably, the same number of package dependencies in Java could mean even more abstraction that's inherited for each.
link