On Tue, Feb 15, 2011 at 10:29 AM, Bernhard Schussek <[email protected]> wrote: > I have another idea on this issue. Bundles are the "framework" part of > Symfony2, right? What about renaming the Bundle/ namespace to > Framework/ and pulling the components one namespace up? > > E.g. > > Symfony\Config > Symfony\DependencyInjection > Symfony\Framework\FrameworkBundle (could be CoreBundle) > Symfony\Framework\DoctrineBundle > etc.
That sounds good, less repetition of stuff in namespaces, and shorter component namespaces (yes, lala IDEs autocomplete, but not everyone uses IDEs:). And on top of that it actually does make sense. The only drawback I see is that it's less clear that the Symfony\* stuff is "reusable components", but I guess that can easily be fixed by "PR" work on components.symfony-project.org Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en
