Re: 'with' statement
- From: "Michael A. Covington" <look@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 May 2007 00:39:40 -0400
"Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> wrote in message
news:MPG.20a394fa95961f1e47@xxxxxxxxxxxxxxxxxxxxxxx
Michael A. Covington <look@xxxxxxxxxxxxxxxxxxxxxx> wrote:
I don't think C# is trying to target *every* developer on the planet.
It doesn't need to be all things to all people. It's much better (IMO)
to cater very well for the more common cases, making the rarer
situations a bit harder (but still perfectly doable).
If you think trigonometry is rare, you must not do much graphics.
Not a lot, no. I don't think a particularly large proportion of
professional developers do - particularly managed developers.
The thing is, when you need a concise notation for mathematics, you *really*
need it, or the code becomes massively unreadable. And this happens to be
the first aspect of programming languages that was ever invented. It's a
pity to lose it.
.
- Follow-Ups:
- Re: 'with' statement
- From: Jon Skeet [C# MVP]
- Re: 'with' statement
- References:
- Re: 'with' statement
- From: Mark Rae
- Re: 'with' statement
- From: Michael A. Covington
- Re: 'with' statement
- From: Jon Skeet [C# MVP]
- Re: 'with' statement
- From: Michael A. Covington
- Re: 'with' statement
- From: Jon Skeet [C# MVP]
- Re: 'with' statement
- From: Michael A. Covington
- Re: 'with' statement
- From: Jon Skeet [C# MVP]
- Re: 'with' statement
- Prev by Date: Re: Why Does Console.WriteLine() Not Write to Command Window?
- Next by Date: Re: how to find out the level IO
- Previous by thread: Re: 'with' statement
- Next by thread: Re: 'with' statement
- Index(es):
Relevant Pages
|