yukikurage / purescript-jelly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename signal & atom functions

yukikurage opened this issue · comments

It should be given a more descriptive name to avoid name conflicts with other libraries.
For example, patch and get conflict with function names in the Affjax library.

atom -> newAtom
send -> writeAtom
patch -> modifyAtom
signal -> newState
subscribe -> subscribeAtom
get -> readSignal
launch -> runSignal