[
Lists Home |
Date Index |
Thread Index
]
- To: XML Developers List <xml-dev@lists.xml.org>
- Subject: Re: [xml-dev] a useful naming convention
- From: Michael Champion <michaelc.champion@gmail.com>
- Date: Thu, 4 Aug 2005 11:58:18 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AjCAAvAqOd1YRaGLlxcd1Qdej5ccX75rJZJM3LXGZbfMQgCneax5piOOIrJeHXVSc5BnldpGUjOYcfS/6E/bM0wbOZNunegE6c3fBHGO5OmxVoWcrmLARKb4pvT1nB3wUc8xkxFp9W46p23S5zLzzMjjpiRqb2FgKonh6y+aHPQ=
- In-reply-to: <81205DD8-C82A-4C67-A14A-21F7FC9631A1@innoq.com>
- References: <auto-000012869252@server94.appriver.com> <81205DD8-C82A-4C67-A14A-21F7FC9631A1@innoq.com>
On 8/2/05, Stefan Tilkov <stefan.tilkov@innoq.com> wrote:
> I used to agree with you [about Hungarian notation] until I read this: http://
> www.joelonsoftware.com/articles/Wrong.html
> Hungarian notation has an (undeserved) bad reputation.
+1 That's a real eye-opening piece. In a nutshell :
"we decided that us meant "unsafe string" and s meant "safe string."
They're both of type string. The compiler won't help you if you assign
one to the other and Intellisense won't tell you bupkis. But they are
semantically different; they need to be interpreted differently and
treated differently"
|