Specifically, I'm thinking meld() should provide the functionality currently provided by meld.add(), and we should deprecate meld.add. This is in line with wire and when, which are both functions.
We could make meld into a function and deprecate meld.add in the 1.x line, and later remove meld.add in 2.0.0.
Specifically, I'm thinking
meld()
should provide the functionality currently provided bymeld.add()
, and we should deprecatemeld.add
. This is in line with wire and when, which are both functions.We could make meld into a function and deprecate
meld.add
in the 1.x line, and later removemeld.add
in 2.0.0.Thoughts?