On Tue, Jan 28, 2014 at 9:32 AM, Pierre Joye <[email protected]> wrote:
>
> - Case sensitivity
> . Even with ini setting, which will be most likely system wild, will
> bring a major breakage for almost every single app out there. I do not
> see any gain to do it.
>
Really? I'd definitely love to see it for class and function names. Have
you ever tried to deploy or develop an application with a team on different
operating systems, and had the entire code puke because someone
accidentally did casing wrong on a class name and the autoloader barfed
trying to load the file on a case-sensitive operating system?
I work with many developers using silly Mac OS X and it's case insensitive
file names. We deal with someone fat-fingering a class name on a regular
basis.