I am making a very large web application (currently in 70 projects and 150k loc, but with much more to do).
I use FinalBuilder to run build scripts. However, what are the best methods for structuring such a large project? What about build dependencies? What impact does the structure of my projects have on code performance (if any)?
I have seen some previous topics about this, but I cannot find them. I saw topics about solutions in excess of 600 projects in the solution, for the sake of clear answers, suggesting that this system will grow to such a size (I would like to know how to organize a project that is larger than my end, as that would mean that I can arrange a smaller solution).
If that matters, the system is mainly used in .NET 3.5 (C #, LINQ, SQL Server, etc.), but will also use Python / Erlang.
source
share