The problem with Object-Oriented Programming
I’ve been a die hard C programmer for many years. But it wasn’t until Objective-C (and eventually Swift) that I found an Object-Oriented programming that I found acceptable. And the reason was because while they had objects and classes, these weren’t the only ways to have different components interact with each other. I’ve often had […]