Re: Case sensitivity in programming languages.
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 30 Jul 2006 11:18:18 -0400
Shelly wrote:
"Jerry Stuckle" <jstucklex@xxxxxxxxxxxxx> wrote in message news:-o2dnUSBY-LaCFbZnZ2dnUVZ_sudnZ2d@xxxxxxxxxxxxxx
But if you're never worked on a multi-programmer project in a case sensitive language you may not understand the benefits.
Jerry, I think you caught the real reason here. I'm disappointed at myself that I didn't think of it. It is the MULTI-programmer aspect that brings in the real need for enforcing conventions.
Shelly
Shelly,
Yes, it is much more important in multi-programmer projects.
For instance, when looking at someone else's code, I can tell that 'Employee' is a class object, while 'anEmployee' is an object of the Employee class, and employee[] is an array of Employee objects. And when everyone uses the same conventions, you have less chance of conflicts between different programmers.
And sure, I know you can add comments to explain the code. And I'm not at all against comments - I encourage their use. But at the same time I'm a big promoter of having the code document itself as much as possible, and conventions like these help.
Case sensitivity can really help with code clarity, if it's used properly and conventions are followed.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Shelly
- Re: Case sensitivity in programming languages.
- References:
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Jerry Stuckle
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Ivan Marsh
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Jerry Stuckle
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Shelly
- Re: Case sensitivity in programming languages.
- From: Tony Marston
- Re: Case sensitivity in programming languages.
- From: Shelly
- Re: Case sensitivity in programming languages.
- From: Gertjan Klein
- Re: Case sensitivity in programming languages.
- From: Jerry Stuckle
- Re: Case sensitivity in programming languages.
- From: Shelly
- Re: Case sensitivity in programming languages.
- Prev by Date: Re: Authentication session variable being lost between pages
- Next by Date: Re: Case sensitivity in programming languages.
- Previous by thread: Re: Case sensitivity in programming languages.
- Next by thread: Re: Case sensitivity in programming languages.
- Index(es):
Relevant Pages
|