|
|
|
|
|
by stcredzero
2508 days ago
|
|
The person you're replying to is talking about handling mutable state in a "stateless" way. That's a big distinction. How so? Why is it such a big distinction? Why isn't that just encapsulation? "Handling mutable state in a 'stateless' way" is basically just Smalltalk style Object Oriented programming. (As opposed to Java or C++, which has some differences.) |
|