Open
Description
Today I had an argument with a senior developer from our team whether the yml files used in Alice should be into src/AcmeBundle/DataFixtures/ORM
or src/AcmeBundle/Resources/fixtures
.
The former was my proposal as I've seen this approach in some other projects. However, I lost the argument and this demo bundle was pointed to me as example to follow.
I think this is the wrong location to put the yml files, because there should be some level of separation. In general the Resources/
folder should be considered when putting non-php files into the project.
Can you give me some comments on that and move the yml files probably?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels