How do you start introducing domain driven design to your projects
So recently our project started growing and the code is pretty much all over the place when you mix admin, user interface and the overall website into one single pile which is called App namespace. I'd want to split the code into domains and then sub...