kittinunf / flowcpp

Redux Implementation in C++14 - a predictable state container for C++
MIT License
121 stars 10 forks source link

Write an article #14

Open lastmjs opened 7 years ago

lastmjs commented 7 years ago

Hey! I'm really glad to see this repo. I've been using Redux for a while now, and I've experimenting with in-house implementations of it in Python, Java, and now C. I'll be putting up my C implementation on GitHib and NPM soon enough.

Anyway, I think there should be an article written about this repo and the benefits of Redux outside of GUI programming. There is a whole world of C++/C developers who I think could benefit from managing the state of their applications with the Redux style of explicit state management. Maybe I've become too zealous, but when state is thrown about all over an application, and mutations are made anywhere and everywhere, I begin to shudder.

I'm rewriting a school operating systems project written in C of course, to use Redux, and it's awesome.

Anyway, write an article. The low-level world needs this too.

kittinunf commented 7 years ago

Thanks for finding this project useful!!! I am all in to the idea of having an article. Just the fact that i don't find it is up on my priority chain. Again, thanks so much for those kind words. You are the reason why spirit of open source projects is still moving around the community!!

aWeinzierl commented 5 years ago

benefits of Redux outside of GUI programming

Such as?

intrepidOlivia commented 3 years ago

Such as?

Sounds like someone needs to read an article about it!