[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Renaming files on win32

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-12-22 11:45:46 CET

Gili wrote:
> On Wed, 22 Dec 2004 10:23:28 +0900, Clemens Schwaighofer wrote:
>
>
>> and for programming, even thinking of not having case sensitivity
>> is crazy in my opinion.
>
>
> Coming from a (Turbo) Pascal and BASIC background, I challenge that.
> The only time I ever see anyone using case-sensitivity is for
> differentiating between function arguments and class fields that
> might get assigned a value from those arguments, or local function
> variables if you're using plain-C. Aside from these sort of temporary
> variables, I don't think anyone's code would break one way or another
> if case sensitivity was dropped.

Not to contribute to this thread, but I think you're right in the
application would not break. I think you're wrong in thinking that
casting case-sensitivity is not useful. I remember my Pascal and BASIC
days too. I hated starting at code where something my written 7
different ways, especially on larger projects. It was much harder to
enforce coding styles. While I certainly don't need the ability to say
"tmp" and "Tmp" are two different things, I do want the code to break if
I meant the former and I typed the latter.

[snip]

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 13:52:35 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.