我会在这里复制粘贴它:
I was wondering what different ways of organizing bundles within a
project people are using.I seem to end up with either one massive bundle for a project or a lot
of bundles which are closely related (dependant) to each other. eg;I implemented my own user entity and login forms etc,but the users
are linked to an organization (with some functionality). Etc … It’s
mostly the entities that overlap a lot I guess …Do you guys split them up or dump them all in the same bundle?