generator-marionette icon indicating copy to clipboard operation
generator-marionette copied to clipboard

enhancement for non-amd?

Open moimikey opened this issue 12 years ago • 2 comments
trafficstars

wanted to know if this would be an amicable pre-configure option. I prefer using marionette modules instead of AMD.

moimikey avatar Sep 09 '13 20:09 moimikey

hmm I kind of feel you need both? Marionette modules represent some sort of widget/functionality on the page and can be composed of multiple backbone/marionette objects, whereas AMD helps organize each object/class into its own file.

mrichard avatar Oct 18 '13 02:10 mrichard

marionette modules let you decouple code into multiple files as well. AMD with the likes of require.js for myself is too repetitive and I like marionette modules' start and stop feature which require.js doesn't have.

moimikey avatar Oct 18 '13 02:10 moimikey