Compiler error with static vars/functions

H. S. Teoh hsteoh at quickfur.ath.cx
Fri Feb 10 07:16:45 PST 2012


On Fri, Feb 10, 2012 at 04:08:36PM +0100, Artur Skawina wrote:
> On 02/10/12 15:18, Don Clugston wrote:
> > On 09/02/12 23:03, Jonathan M Davis wrote:
> >> On Thursday, February 09, 2012 14:45:43 bearophile wrote:
> >>> Jonathan M Davis:
> >>>> Normally, it's considered good practice to give modules names
> >>>> which are all lowercase (particularly since some OSes aren't
> >>>> case-sensitive for file operations).
> > 
> > That's just a Walter thing, and it's bollocks. There's no need to
> > use all lower case.
> 
> No, having non-lower case filenames would just lead to problems. Like
> different modules being imported depending on the filesystem being
> used, or the user's locale settings.  There's no need for upper and
> mixed case module file names.
[...]

The real problem is that some OSes have case-insensitive filesystems.


T

-- 
It's amazing how careful choice of punctuation can leave you hanging:


More information about the Digitalmars-d-learn mailing list