I'm involved in re-building a "medium" size, content focused site in the NZ government sector using SilverStripe. Most likely we'll have between 2 - 4 developers working on it at any one time. We also have a content team who have basic SilverStripe training.
I know the default SilverStripe install comes with a default "simple" theme. Since we'll only ever have once theme I've merged mysite and themes into an "app" folder. Are there any risks or drawbacks in doing that?
My second question is what else should we be thinking about in order for all developers to easily find/edit/create customisations on this site?
I'm thinking of using SCSS and a BEM approach to help with maintainability of styles. Although not too sure how to make is modular enough for developers not to step on each other and how to easily define break-point specific stuff for responsiveness. There also may be various "content" areas on any given page and I haven't thought about how to allow content editors to create re-order content areas if need be. Also how to make javascript nice and modular and not need to load un-required JS on a page. Perhaps webpack??
We are still at the stage of prototyping and user testing so nothing is set in stone code-wise.
Does anyone have any recomendations re the above?
Thanks in advance.