Yaml files location
- Dominant language
- PHP
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.