1

Inspired by this Flex question, is it seen as better practice to dispatch an event back to the parent app, as opposed to calling a method on the instance of the parent app, from within a module? To me it seems that the module shouldn't know what methods are available at the parent, as such approach leads to tight coupling.

Thoughts?

Community
  • 1
  • 1
adamcodes
  • 1,606
  • 13
  • 21

1 Answers1

2

I think I found my answer here.

adamcodes
  • 1,606
  • 13
  • 21