I've worked on projects where the entire project is in a single repository and others where source code is in one repo, database in another, and docs in a third.
Trying to rationalise things on a current project as we migrate toolsets and I wondered is there a best practice these days for how to organise things. You probably have:
Not been on a greenfield project for ages to see how people do things in an ideal world?
Trying to rationalise things on a current project as we migrate toolsets and I wondered is there a best practice these days for how to organise things. You probably have:
- source code
- DB scripts
- Other textual things like HTML/CSS/registry scripts/JSON config
- Maybe some system data - could be XML, XLS, who knows
- Resources like icons, images, etc
- Documentation
Not been on a greenfield project for ages to see how people do things in an ideal world?
Comment