The reason many of us use upper case is that we started on systems that only
supported upper case.  Then at one time some were case sensitive and some
were not, making porting from one place to another a nightmare if you hadn't
been consistent.  Then  factor in that if you do your code in upper case and
comments in lower it, arguably, makes it easy to read.  So we stick to upper
case and don't see it as an issue.

George 


On 11/6/07 18:12, "Allen E. Elwood" <[EMAIL PROTECTED]> wrote:

> You know the english language is pretty much all one case - lower - except
> for an occasional Capital letter.  I'm sorry, but I prefer all upper case.
> The older you get, the harder it is to remember HOW you spelled a var, even
> without part of it being capitalized.
> 
> LOT.NUMBER
> LOT.NBR
> LOTNO
> LOT.NO
> LOT.NUM
> LOTNBR
> LOT
> LN
> 
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Symeon Breen
> Sent: Monday, June 11, 2007 00:45
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Casing Programming
> 
> 
> The udt compiler by default is case sensitive.
> 
> I use mixed case - always have - if I misspell something it is just as
> likely to be a letter transposition as it is a case mismatch, + the compiler
> picks it up anyway.
> 
> VB is case insensitive so it does not really matter, it is just a nicety of
> intelisense. I also maintain vb.net apps with notepad, I think it is a skill
> every vb programmer should have. However I know of many that without
> intelisense probably could not even program !
> 
> 
> Sym.
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno
> Sent: 11 June 2007 05:39
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] Casing Programming
> 
> MAJ wrote
>> Plus, some compilers (D3 for one) complains with 'print' and wants
>> 'PRINT' unless you set up some CASING parameters either in or out of
>> the programs.
> 
> If you use the COMPILE verb in D3 then compilation is case insensitive.
> This has been in place for about 15 years.  At least with D3 we have the
> option to decide how we want to code - the DBMS doesn't enforce draconian
> limitations on the developer like some other environments.
> 
> T
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> -------
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/


**********************************************************************
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify us immediately on +44 
(01952) 214000 or at [EMAIL PROTECTED] . Please delete and destroy any copies 
in any format of this email you may have received in error. The recipient 
should note that the views contained or expressed within this correspondence do 
not necessarily reflect those of APT Solutions Limited , it subsidiaries, 
affiliates or associates. This email and any attachments are not guaranteed to 
be free from so-called computer viruses and it is recommended that you check 
for such viruses before down-loading it to your computer equipment. It is the 
responsibility of the recipient to ensure that the onward transmission, opening 
or use of this message or any attachments will not adversely affect their 
systems or data.

Registered Office:- Stratum House, Stafford Park 10, Telford, Shropshire, TF3 
3AB

Registration Number:- 2228445

Place of Registration: England & Wales
**********************************************************************
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to