1 min readDec 11, 2018
OOP is definitely powerful, but great point about how objects can get messy over time unless you have guiding design patterns.
I’ll definitely be looking to implement the strategy pattern, as selecting algorithms at runtime seems like an interesting approach.