sidnt / proden

prog ram de sign n otes
0 stars 0 forks source link

statelessness #23

Open sidnt opened 4 years ago

sidnt commented 4 years ago

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.