|
|
|
|
|
by jstimpfle
3640 days ago
|
|
Yeah, I do think of OOP as dynamic / multi-dispatch. It's the cleaner approach to abstraction. At the end of the day most programs can be thought of as state machines in some way. But it's often hard to split them into smaller state machines. The thing is, state is hard to compose if it's encapsulated :-) |
|