Re: Why doesn't C# allow incremental compilation like Java?
- From: "tjmadden1128@xxxxxxxxx" <tjmadden1128@xxxxxxxxx>
- Date: 26 Apr 2007 07:58:10 -0700
On Apr 24, 10:49 am, Jon Skeet [C# MVP] <s...@xxxxxxxxx> wrote:
Well, you're not a minority of one, anyway. I have come to enjoyI 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.
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
.
- Follow-Ups:
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Jon Skeet [C# MVP]
- Re: Why doesn't C# allow incremental compilation like Java?
- References:
- Why doesn't C# allow incremental compilation like Java?
- From: mwelsh1118
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Why doesn't C# allow incremental compilation like Java?
- From: mwelsh1118
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Arne Vajhøj
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Jon Skeet [C# MVP]
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Andy
- Re: Why doesn't C# allow incremental compilation like Java?
- From: Jon Skeet [C# MVP]
- Why doesn't C# allow incremental compilation like Java?
- Prev by Date: Re: get "default" text from the console
- Next by Date: Re: How can I break into a worker thread with the debugger?
- Previous by thread: Re: Why doesn't C# allow incremental compilation like Java?
- Next by thread: Re: Why doesn't C# allow incremental compilation like Java?
- Index(es):
Relevant Pages
|