I wonder if #OOP played a part in programs becoming way less composable.
When you treat data as nothing more than data, transformations are always implemented on a known representation, but when you try to abstract things away more and more, you get a jumble of objects and references and possibly no clear way to serialize them into a format other programs and languages could understand.
#programming