Error when using `import`.

Liam McGillivray yoshi.pit.link.mario at gmail.com
Sat Feb 24 10:51:43 UTC 2024


On Saturday, 24 February 2024 at 10:34:25 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
> A few things.
>
> Module names should be lower case.

I capitalised the first letter in the class names so that I can 
make instances of them in lowercase. Should I rename the classes, 
modules, and filenames to all be lowercase?

It appears to be solved now after adding module declarations to 
the beginning of each file in all-lowercase. This is despite the 
classes and the class names still being capitalized. I'm still 
getting errors, but they appear to be unrelated.

Thank you.


More information about the Digitalmars-d-learn mailing list