Avoiding Global Variables

Started by
70 comments, last by Telastyn 12 years ago
In C#? I can believe that in C++. The product I'm working on (239k lines C#) currently builds in 4m52s, unit tests (1699) take 4m29s (based on my last commit)

Ah. In C++, I'd expect a build of that sort to take maybe 5 to 10 times that long. Your perspective suddenly makes a lot more sense to me.
Advertisement

[quote name='Telastyn' timestamp='1332788833' post='4925424']In C#? I can believe that in C++. The product I'm working on (239k lines C#) currently builds in 4m52s, unit tests (1699) take 4m29s (based on my last commit)

Ah. In C++, I'd expect a build of that sort to take maybe 5 to 10 times that long. Your perspective suddenly makes a lot more sense to me.
[/quote]

*nod* I had assumed as much, but should've spelled it out when I made my point.

This topic is closed to new replies.

Advertisement