You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common type of manipulation is to transform fn(foo, bar) to foo.fn(bar) and vice versa. We'll also need it in mavoweb/mavo#1009
Would it make sense for vastly to expose a function that helps with this or should this be a Mavo util function?
Right now we don't have any modules that only work with specific node types. Do we want this to be a vastly design principle or are we fine with having more specialized helpers too?
The text was updated successfully, but these errors were encountered:
A common type of manipulation is to transform
fn(foo, bar)
tofoo.fn(bar)
and vice versa. We'll also need it in mavoweb/mavo#1009Would it make sense for vastly to expose a function that helps with this or should this be a Mavo util function?
Right now we don't have any modules that only work with specific node types. Do we want this to be a vastly design principle or are we fine with having more specialized helpers too?
The text was updated successfully, but these errors were encountered: