Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Coordinator Cleanup #75

Open heyltsjay opened 6 years ago

heyltsjay commented 6 years ago

A few things here:

chrisballinger commented 6 years ago

Is this something that should be revisited soon?

heyltsjay commented 6 years ago

Hey @chrisballinger, Rob V and I are currently taking the pattern for a spin. We're curious if the attach pattern in combination with style rules (only holding weak references to children) will help iron out some common ownership issues that come from typical Coordinator/Controller patterns.

heyltsjay commented 6 years ago

Seems a little too opinionated to merge into the template before someone gets some insight by using it in a client project. Open to feedback!