Hacker News new | ask | show | jobs
by umanwizard 452 days ago
First of all, that is not true. But even if it were, those are not the same thing as how easy something is for beginners.

Abstractions make large systems easier to understand, not harder. Each line of Go is easy to understand, but whole programs are not.

1 comments

>Abstractions make large systems easier to understand, not harder.

I raise you AbstractSingletonFactoryProxyBean.

Sorry I meant good abstractions, not all abstractions.