apostrophecms / apostrophe-open-museum

Learn about ApostropheCMS via this boilerplate site built for an imaginary art museum.
http://apostrophecmsdemo.org
MIT License
37 stars 17 forks source link

Mix of extends in modules and app.js #13

Closed austinstarin closed 6 years ago

austinstarin commented 6 years ago

There's a mix of extend happening in app.js and at the module level. I would prioritize one location for these extends so it's consistent at the very least.

My preference is to have all extends in app.js so you can see at a high level how the project handles subclassing and it's scope.