Results 138 comments of Paul Falgout

I think for large classes with lots of integrations we can break up the tests into multiple files, but they can be put in a folder that matches the file...

Maybe we should make a [project](https://github.com/marionettejs/backbone.marionette/projects) for this? I've never tried it.

I completely agree with this. I don't think regions should do _any_ selector work. I'm not convinced we'll want this in v4... but maybe.

I think our major releases shouldn't require much app refactoring.. I think hopefully v4 can be `NextCollectionView` replacing `CollectionView`.. whatever we do with `CompositeView`.. and possibly extracting `AppRouter` among a...

I don't like non-named regions because different renders could produce different results. With named regions a more declarative API is very possible @JSteunou is already doing this with auto-region. I...

```html {{#if isAdmin}} {{/if}} ``` As far as the other stuff, I lean towards reducing the opinions of how this could be accomplished and making it easier for others to...

I think we can somewhat create regions on the fly, and I think the v5 plans allow for this with `addRegion` if someone really wants to do so, but I...

I tend to agree. I can't come up with any scenario. Worth looking to maybe deprecate them and remove them for v5. I was mainly making this issue to document...

Went back in history and it looks like this event was primarily internal and was for the region manager to talk with the view or app. Probably safe to deprecate...

It'd be finding the areas within the docs that need them and forking off of jsfiddle.net/marionettejs/adhv48ky/ to make the examples. You can use your own url and we'll update them...