Re: Paying developers to get features faster
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 01/22/04
- Next message: Shmuel (Seymour J.) Metz: "Mystery freeze"
- Previous message: Sebastian Hans: "Re: difficulties with linux script"
- In reply to: Armin: "Re: Paying developers to get features faster"
- Next in thread: Casper H.S. Dik: "Re: Paying developers to get features faster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Jan 2004 14:55:24 GMT
In article <hfQPb.1$Be.39@ns2.gip.net>,
"Armin" <Armin.Gerritsen.DELETE@philips.com> wrote:
> > What is wrong with writing:
> >
> > if ((<var> = <expression>) != 0)
> >
> > instead of:
> >
> >
> > if (<var> = <expression>)
> > or
> > if ((<var> = <expression>))
>
> It's slower ...
Did you mean slower to type, or slower to run? If the latter, you need
a better compiler.
> It affects the value of <var>
How?
-- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me ***
- Next message: Shmuel (Seymour J.) Metz: "Mystery freeze"
- Previous message: Sebastian Hans: "Re: difficulties with linux script"
- In reply to: Armin: "Re: Paying developers to get features faster"
- Next in thread: Casper H.S. Dik: "Re: Paying developers to get features faster"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]