plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

Rename core_compile, template_compile #22

Closed dubiousdavid closed 11 years ago

dubiousdavid commented 11 years ago

It seems that naming these files core_macros and template_macros would be more suitable. Your thoughts?

cpetzold commented 11 years ago

In the upcoming release, all macros (core and template) are in the dommy.macros namespace. We thought minimizing the amount of macro namespaces would simplify things. Does that seem reasonable?

dubiousdavid commented 11 years ago

Definitely agree with that decision. On Apr 1, 2013 5:48 PM, "Conner Petzold" notifications@github.com wrote:

In the upcoming release, all macros (core and template) are in the dommy.macros namespace. We thought minimizing the amount of macro namespaces would simplify things. Does that seem reasonable?

— Reply to this email directly or view it on GitHubhttps://github.com/Prismatic/dommy/issues/22#issuecomment-15739441 .