What are the $s in variable names?
graue opened this issue · 1 comments
graue commented
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.)
artfuldev commented
$
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.