Most command line programs are stateless.
says this ref post.
what is statelessness as a concept. simply put, the program logic is fully parametric. ie, it takes all the value parameters and doesn't store any internal mutating state that is hidden from the clients and generates non determinism for them.
what is statelessness as a concept. simply put, the program logic is fully parametric. ie, it takes all the value parameters and doesn't store any internal mutating state that is hidden from the clients and generates non determinism for them.