|
|
|
|
|
by frou_dh
2584 days ago
|
|
There's something I don't understand about the "messaging" metaphor as opposed to the more pedestrian method calling system that most people are used to... What about private methods? Decently written objects in the wild tend to have some private methods that they call on themselves. The highfalutin metaphor of a message goes out the window there, because it's an individual object doing something to itself, not a communication. |
|