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
cljplot.config/configuration-functions maybe should be tied into the current method table....
(-> cljplot.common/render-graph bean :methodTable keys)
Or whatever is tied to configuration. This greatly facilitates runtime spec validation, and extensibility, since you can hook validation into the multimethod implementations directly.
I'm uncertain about the values in configuration-functions, I'm guessing they're supposed to define expected argument arities and types that are coming through the multimethod.
register-config
functionThe text was updated successfully, but these errors were encountered: