My project was developed in Visual Studio 08, in C #. This is a standalone desktop application, about 60 thousand lines of code. I used to love working on this software - now that the complication time has increased to about 2 minutes, it becomes a much less enjoyable experience ...
I think my lack of experience in C # could be a factor; I developed everything under one namespace, for example, would I have a well-structured code base that allows the compiler to recompile only the necessary parts of the code when making changes? Or do I need to separate sections into separate projects / DLLs for this to happen?
How much would upgrading to the last quad-core processor?
Another thought is that perhaps this is a typical task for programmers - is it a long compilation time, a simple thing to manage?
Thanks in advance.
user162445
source
share