On Mon, Jan 17, 2011 at 8:09 AM, Fabien Potencier <[email protected]> wrote: > My suggestion: > > Symfony\Bundle\FrameworkBundle > Symfony\Bundle\DoctrineBundle > Symfony\Component\Finder > Sensio\Symfony\Bundle\CasBundle > > Yours: > > Symfony\FrameworkBundle > Symfony\DoctrineBundle > Symfony\Component\Finder? or Symfony\Finder? > Sensio\Symfony\CasBundle > > Seems to me that the Bundle/ category is nice to have. One goal is to also > make the naming of code bundles use the same rules as third-party ones. Core > bundles just happens to use Symfony as their vendor.
Agreed, but then it should be Symfony\Bundle\Framework\FrameworkBundle (last one being the bundle class), because its not Component\FinderComponent, so repeating bundle all over the place in the namespace doesn't make sense imo. 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
