Re: ? and : for conditional expressions in v2
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 28 Jan 2006 22:11:41 -0000
"Michael S" <no@xxxxxxxx> wrote in message
news:e8iFQ1CJGHA.216@xxxxxxxxxxxxxxxxxxxxxxx
> This is how I'd do it.
> string s = ((a == b) ? "a" : "b");
How would that improve things...?
> What da foo does 'coalescing' means and how on earth do you pronounce that
> darn word?
"Coalescing", literally, means mixing together different elements / fusing
or causing to grow together. It's yet another example of a perfectly good
English word being hijacked by our friends in Seattle, cf "boxing". It's
pronounced co-a-LESS-ing
Still, nothing yet has come close to the abomination of using "leverage" as
a verb...
.
- Follow-Ups:
- Re: ? and : for conditional expressions in v2
- From: Otis Mukinfus
- Re: ? and : for conditional expressions in v2
- References:
- ? and : for conditional expressions in v2
- From: Mark Rae
- Re: ? and : for conditional expressions in v2
- From: Jon Skeet [C# MVP]
- Re: ? and : for conditional expressions in v2
- From: Mark Rae
- Re: ? and : for conditional expressions in v2
- From: Michael S
- ? and : for conditional expressions in v2
- Prev by Date: RE: Rating
- Next by Date: RE: Q: Datatables, Datasets and updating
- Previous by thread: Re: ? and : for conditional expressions in v2
- Next by thread: Re: ? and : for conditional expressions in v2
- Index(es):
Relevant Pages
|