On Jan 29, 3:26 pm, Phrogz <[email protected]> wrote: > Any suggestions on where proper abstractions should lie, how common > circular dependencies might be, etc. are welcome.
Circular dependencies are probably a lot more likely in large apps. I would try to detect them, but not deal with them. My fixture_dependencies plugin does this (http://github.com/jeremyevans/ fixture_dependencies). Anyone who has a circular dependency is probably going to have to customize your work. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
