Some Basic Questions

Lutger lutger.blijdestijn at gmail.com
Tue Aug 15 15:31:47 PDT 2006


Derek Parnell wrote:

> No, I suggest you use a different naming convention. I would have your
> class name start with a Capital letter and have your source file name all
> lowercase. And if you stick to one class per file, have your filename
> different to the class by adding a suffix or prefix. For example,
> 
>   module foo_m;
>   class Foo
>   {
>    ...
>   }

Can I ask you, what is your reason for naming a source file differently 
than the class? Does it have something to do with importing magic?



More information about the Digitalmars-d-learn mailing list