|
|
|
|
|
by pdpi
1 day ago
|
|
> Are we just using OOP as a term for anything bad now? Different paradigms come with different pathological cases. I've had to deal with Scala programmers whose notion of FP is making everything generic on the Monad it abstracts over, even when it'll only ever be instantiated on the one effect system the team uses. Nonsensical levels of generality is one of the classic OOP pathologies, and is the reason why we have aberrations like the AbstractSingletonProxyFactoryBean[0]. 0. https://docs.spring.io/spring-framework/docs/current/javadoc... |
|