Many questions
Jesse Phillips
jessekphillips at gmail.com
Sat May 9 21:27:12 PDT 2009
On Mon, 04 May 2009 18:23:50 -0700, Robert Fraser wrote:
> Daniel Keep wrote:
>>> Also Namespaces can use upper case characters... documentation
>>> indicates that package and module names should be written all in lower
>>> case.
>>
>> Oh what rubbish. You can use whatever case you please.
>
> On Windows (actually NTFS, I think), you can't two packages/modules that
> differ only in case. But if you have namespaces "XML", "Xml" and "xml",
> you probably have some bigger design issues.
You can actually, just Windows can not distinguish between the two if you
do. The point was that you are not restricted to only using lowercase, it
can be uppercase. And in the case of windows, it can't even tell the
difference anyway (dmd might enforce it).
More information about the Digitalmars-d
mailing list