Open genmeblog opened 5 years ago
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
function