How does D improve design practices over C++?

superdan super at dan.org
Fri Nov 7 09:09:02 PST 2008


Tony Wrote:

> 
> "Jarrett Billingsley" <jarrett.billingsley at gmail.com> wrote in message 
> news:mailman.356.1226010025.3087.digitalmars-d at puremagic.com...
> > On Thu, Nov 6, 2008 at 5:01 PM, Jarrett Billingsley
> > <jarrett.billingsley at gmail.com> wrote:
> >> On Thu, Nov 6, 2008 at 4:18 PM, Tony <tonytech08 at gmail.com> wrote:
> >>> Compile times as I am not doing large scale development. And with so 
> >>> much
> >>> processor power available these days, I really don't see a problem with
> >>> compile times. Some care in laying out code and headers goes a long way.
> >>
> >> Boost.
> >
> > I did also want to make another point about this.  Processors are not
> > getting that much faster; it's not 2001 anymore.  We've pretty much
> > hit the wall for single-core performance, and compilation is an
> > extremely difficult problem to parallelize.  Yes, you can compile
> > multiple files at once, but if a single compilation unit takes 20
> > minutes to compile, it doesn't matter how many cores you've got.  The
> > shortest compile time you can get is 20 minutes.  Even if your
> > compiles are "only" three minutes, if you spend three minutes
> > compiling, followed by ten minutes of testing, that means you're
> > spending almost a quarter of your time compiling.  That doesn't seem
> > like an efficient use of time.
> 
> I have designed/coded for months without ever pressing the compile button. 

tony could u pretty please with sugar on top: cut. the. fucking. bullshit.

crap like this says tony is a self-important teen who knows next to nothin' but has an opinion on everythin'. among other funny comments: on compilation speed or on processor speed or on #define or on. well shit. pretty much everything he comments on. like any teen he thrives thru the attention given. so the more replies he gets the more annoying he comes.

but the one on "designing" n coding for months without ever compiling. gotta be involuntary funny post o' the year.



More information about the Digitalmars-d mailing list