top | item 43492871

(no title)

elvlysh | 11 months ago

Pretty much every reputable computer scientist has been saying for the last 70 years that the most important thing in the entire world is simplicity and ease of understanding.

discuss

order

umanwizard|11 months 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.

elvlysh|11 months ago

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

I raise you AbstractSingletonFactoryProxyBean.