|
|
|
|
|
by mpweiher
1341 days ago
|
|
I am familiar with both of these, as well as the article, thanks. Here is a quote from the article: Fundamentally an application can be written to have at it’s core, a single, stateless pure function, behold! And my point is that, yes, you can do that, but you shouldn't. |
|
You haven't explained what is wrong with using a pure function to model state changes in an application. To do so, I think you'd also have to contend with the fact that a solution like Elm works quite well in practice.