RE: Naming Convention choice

2002-07-05 Thread Neil Clark - =TMM=
Both are good links :-p the link I posted is MM approved AFAIK : Ray Camden had a hand in it. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: 05 July 2002 19:07 To: CF-Talk Subject: Re: Naming Convention choice http://www.fusionauthority.com

Re: Naming Convention choice

2002-07-05 Thread Michael Dinowitz
What am I missing? > > --Matt Robertson-- > MSB Designs, Inc. > http://mysecretbase.com > > > > -Original Message- > From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 05, 2002 10:33 AM > To: CF-Talk > Subject: RE: Naming Conven

RE: Naming Convention choice

2002-07-05 Thread Matt Robertson
ysecretbase.com -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:33 AM To: CF-Talk Subject: RE: Naming Convention choice Here is a very interesting doc by Sean Corfield : http://www.corfield.org/coldfusion/codingStandards.htm it is a pretty

RE: Naming Convention choice

2002-07-05 Thread Jeffry Houser
At 01:18 PM 7/5/2002 -0400, you wrote: > > I would recommend lowercasing CF tags. This will make it consistent > >with > >XHTML. > > For more information, look here > > I also (personally) think that all lowercase words are easier to read > >than words i

RE: Naming Convention choice

2002-07-05 Thread Neil Clark - =TMM=
Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: Erika L. Walker [mailto:[EMAIL PROTECTED]] Sent: 05 July 2002 18:00 To: CF-Talk Subject: RE: Naming Convention choice I second this ... Just like we all

RE: Naming Convention choice

2002-07-05 Thread Matt Robertson
Of course not... Cheers, --Matt-- -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 9:30 AM To: CF-Talk Subject: Re: Naming Convention choice "> > Head hurts, vision blurry... Happy 5th of July ;D" I understand ..

Re: Naming Convention choice

2002-07-05 Thread Yves Arsenault
OTECTED]> Sent: Friday, July 05, 2002 2:00 PM Subject: RE: Naming Convention choice > I second this ... Just like we all hate people who type in caps all the > time, reading code that's all uppercased make me feel like I have a > hangover! The only thing we uppercase is our TAB

RE: Naming Convention choice

2002-07-05 Thread Dave Carabetta
> I would recommend lowercasing CF tags. This will make it consistent >with >XHTML. > For more information, look here > I also (personally) think that all lowercase words are easier to read >than words in all uppercase. While I agree that all lower cas

RE: Naming Convention choice

2002-07-05 Thread Erika L. Walker
I second this ... Just like we all hate people who type in caps all the time, reading code that's all uppercased make me feel like I have a hangover! The only thing we uppercase is our TABLE NAMES and FIELD NAMES, so they stick out when we're doing forms, which is almost all we ever do. Though so

RE: Naming Convention choice

2002-07-05 Thread Jeffry Houser
I would recommend lowercasing CF tags. This will make it consistent with XHTML. For more information, look here I also (personally) think that all lowercase words are easier to read than words in all uppercase. At 09:23 AM 7/5/2002 -0700, you wrote:

RE: Naming Convention choice

2002-07-05 Thread Shawn McKee
Yes, they just don't celebrate it as US Independence day. ;-) Shawn McKee -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 11:30 AM To: CF-Talk Subject: Re: Naming Convention choice "> > Head hurts, vision blurry... Happ

Re: Naming Convention choice

2002-07-05 Thread Paul Giesenhagen
"> > Head hurts, vision blurry... Happy 5th of July ;D" I understand ... question, does Europe and other countries have a 4th of July too? Paul Giesenhagen QuillDesign (Or do they go from the 3rd to the 5th USA Humor) __

RE: Naming Convention choice

2002-07-05 Thread Matt Robertson
Capitalize CF tags, mix case parameters (QueryName) and CF functions and uppercase AND, OR, NOT, EQ, NEQ etc. Head hurts, vision blurry... Happy 5th of July ;D --Matt Robertson-- MSB Designs, Inc. http://mysecretbase.com -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECT

Re: Naming Convention choice

2002-07-05 Thread Charlie
- Original Message - From: "Paul Giesenhagen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 10:13 AM Subject: OT: Naming Convention choice > Curious as to which one people prefer. > > > > OR > > > > Also, out of curiosity these too: > > (all cap

RE: Naming Convention choice

2002-07-05 Thread Mark A. Kruger - CFG
Paul, I use the underscore and mixed case for tags. The most important thing is to find a style that makes sense to you (and your team) and conform to it throughout your projects. I hate doing application mods where the coding is inconsistent. Of course with the case-insensitive nature of CF, i

RE: Naming Convention choice

2002-07-05 Thread Jim Vosika
I do: mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 9:19 AM To: CF-Talk Subject: RE: Naming Convention choice I use this: Erika >>| -Original Message- >>| From: Paul Giesenhagen [mailto:[EMAIL PROTECTED

RE: Naming Convention choice

2002-07-05 Thread Ryan Pieszak
I tend to use this format... CF specific tags in caps, var names spaced and capitalized. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 10:14 AM To: CF-Talk Subject: OT: Naming Convention choice Curious as to which one people prefer.

RE: Naming Convention choice

2002-07-05 Thread Erika L. Walker
I use this: Erika >>| -Original Message- >>| From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] >>| Sent: Friday, July 05, 2002 3:14 PM >>| To: CF-Talk >>| Subject: OT: Naming Convention choice >>| >>| >>| Curious as to whi