Annoying module name / typename conflict
Steven Schveighoffer via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jul 17 08:35:58 PDT 2017
On 7/16/17 1:32 PM, Andre Pany wrote:
> On Sunday, 16 July 2017 at 09:01:46 UTC, kdevel wrote:
>
> You can avoid this issue at all by using lowercase characters in module
> name only. This is also the offical naming guideline for modules.
All that is required is that the top-level package is lowercase. Tango
had many modules that had upper case module names. But the root package
was 'tango'.
I would say S as a top-level module is a poor module name, pick
something different.
-Steve
More information about the Digitalmars-d
mailing list