Re: C# vs. C++
Andre Kaufmann wrote:
	
		
On modern hardware I believe that 1 hours compilation per day for
each developer in most cases will be an indication of a badly structured
project and/or build.
And besides I would expect the developers to think while they wait
for the build to complete.
Arne
							
						
					Andre Kaufmann wrote:
			
			
			
				Arne Vajhøj wrote:
	
		
>
Why ? For RAD tools it's IMHO essential and if 1000 developers wait
daily an hour for compilation they are loosing simply 1000 hours of
development time, besides the energy wasted.
>
I'm simply used to quickly recompile my code after a compilation error.
In C++ is meant to compile fast code. Why can't the compiler be not that
fast ? The sad story is - it could be.
	
			
			
			
				>[...]
	
		
>>
>Compilation speed is usually not important.
	
			
			
			
				>>Boost is a good, cool library - sure. But these libraries get
>>somewhat bloated, because of all the template stuff and compilation
>>slows down more and more.
	>>somewhat bloated, because of all the template stuff and compilation
>>slows down more and more.
>Compilation speed is usually not important.
Why ? For RAD tools it's IMHO essential and if 1000 developers wait
daily an hour for compilation they are loosing simply 1000 hours of
development time, besides the energy wasted.
>
I'm simply used to quickly recompile my code after a compilation error.
In C++ is meant to compile fast code. Why can't the compiler be not that
fast ? The sad story is - it could be.
each developer in most cases will be an indication of a badly structured
project and/or build.
And besides I would expect the developers to think while they wait
for the build to complete.
Arne
 
	 
	
Comment