Re: Why doesn't C# allow incremental compilation like Java?



On Apr 24, 10:49 am, Jon Skeet [C# MVP] <s...@xxxxxxxxx> wrote:
I think you're in a minority then. Personally, I'm not compiling
after every single change I make to a single file. I work in multiple
files to get a unit of work done, and compile that. Even still, my
library assemblies don't take anywhere near 15 seconds, although my UI
assembly with lots of forms takes about that long..

I suspect I'm in the minority because most people don't practise TDD,
and most people don't realise how lovely it is not to have to wait for
a compiler.

Well, you're not a minority of one, anyway. I have come to enjoy
automatic compile.
We don't practice TDD where I work, unfortunately, but I like being
able to launch
the GUI, test, and make changes, and test without having to relaunch
the GUI (and
login again, go to the proper spot, find the correct data, ad nausem).
I was rebuilding
the project when I first started, then a coworker pointed out I didn't
need to.

---snip---
--
Jon Skeet - <s...@xxxxxxxxx>http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Tim Madden

.



Relevant Pages

  • Re: Why doesnt C# allow incremental compilation like Java?
    ... after every single change I make to a single file. ... files to get a unit of work done, and compile that. ... That's a slightly different feature - edit and continue - which I'm ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Why doesnt C# allow incremental compilation like Java?
    ... after every single change I make to a single file. ... files to get a unit of work done, and compile that. ... That's a slightly different feature - edit and continue - which I'm ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Wah, wahing
    ... I don't check my email in a while and this shit happens. ... It does irk me when people at Digg.com bitch & moan about the Linux ... Yes, you can do just about everything from the GUI in Windows, ... having to compile source, they really shed tears over that one. ...
    (Ubuntu)
  • Re: Best book for learning MFC/VC 7.1 for developing rich GUI apps ?
    ... many people will ask why you're not considering starting from the .Net framework - which is where most of Microsoft's efforts are today. ... By the way the C++ compiler is the only one which can compile mixed binaries. ... all I need is to know how to create a GUI frontend for my libraries - I like .NET GUI capabilities but I don't like the fact that my binaries can be easily converted to source. ... C++/CLI code is still managed code and you have to deal with interoperability issues. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: gui options galore...
    ... if you want to show a gui then you ... even RapidQ) and compile it. ... it's a third-party control) to ... DynaWrap ...
    (microsoft.public.scripting.wsh)