I need to ask a question about project layout, git repository structure, and IDE settings for the given scenario. There really won't be a right answer, but rather, an answer which works best for my situation. What is the best site to ask these types of questions so they don't get closed/locked?
Being more specific: I have a grails project that is comprised of several plugins that are basically modules for a grails app. We're getting ready to make a move from svn to git and I want to make sure I have a good structure going forward. Right now, all the plugins and the app site in one repository. I want to know if they should be broken up and then I have some additional questions about setting that scenario up in my IDE if that is the way to go, given different git repos for a single project.