> Avoid multimethods and other global registries like re-frame. These thwart DCE because there’s no way to know at compile time that a specific method/handler is never used.
Isn't this advice only applicable to libraries which have a lot of multimethods in the implementation? If the project codebase itself (not the libraries) contains multimethods then I suppose they are all needed in production potentially and thus should never be eliminated. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
