You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that we stop recommending that users create bundles with a vendor namespace in their applications. There is no risk of name collision and the vendor namespace just makes things longer. You should of course use them in 3rd party bundles, but not in your application.
I also mentioned this in symfony/symfony-standard#671, and so far everyone seems to like it. We would also need to change the SensioGeneratorBundlegenerate:bundle task to recommend this.
What do you all think?
Thanks!
The text was updated successfully, but these errors were encountered:
👍 I usually create bundles with vendor namespace for reusable features, and bundles without the vendor (and without the Bundle suffix) for the application.
I propose that we stop recommending that users create bundles with a vendor namespace in their applications. There is no risk of name collision and the vendor namespace just makes things longer. You should of course use them in 3rd party bundles, but not in your application.
I also mentioned this in symfony/symfony-standard#671, and so far everyone seems to like it. We would also need to change the
SensioGeneratorBundle
generate:bundle
task to recommend this.What do you all think?
Thanks!
The text was updated successfully, but these errors were encountered: