redux-cycles icon indicating copy to clipboard operation
redux-cycles copied to clipboard

What are the $s in variable names?

Open graue opened this issue 6 years ago • 1 comments

As a n00b to this library and observables, it's not clear why a lot of the variables in the README's examples have dollar signs at the end of their names.

Explaining the convention would make your project more accessible.

(Following the links to other libraries cited is not helpful either: the first code examples given in the docs for both Cycle.js and redux-observable also introduce dollar-sign variables with no explanation.)

graue avatar Sep 12 '19 02:09 graue

$ is read as stream so pong$ is read as pong stream. I am not sure if this is a question, hence tried answering. If you wish to improve the documentation, I think we need this effort put in, yes.

artfuldev avatar Sep 15 '19 04:09 artfuldev