General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Daniel Sandberg
Continuous Delivery
comments
Comments by "Daniel Sandberg" (@ddanielsandberg) on "Functional Programming IS NO BETTER than Object Oriented Programming" video.
In my view good OO is very close to FP in many aspects and well constructed objects are nothing but a set of partially applied functions. Typical OO in the wild tend to be more "class-oriented programming" (in lack of better terms) than OO. I don't know. Feels like the "object thinking" was lost in translation and became "boxes of procedures" and then "program to an interface" became "implements IThing". Which is why we get crap like IThing (.Net yuck) and ThingImpl (WTF?) and AbstractUserManagerProvider (enterprise job security).
3