Re: RTFM

2001-02-22 Thread CF
errr ... make that, "Your" and "You're". Hmm .. maybe I should take a look at HOWTO number Q166392 - HOWTO Read. Doh! Todd - Original Message - From: "CF" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 11:06 PM Subject: Re: RTFM > I suggest another one .

Re: RTFM

2001-02-22 Thread CF
I suggest another one ... how to tell the difference between "Their" and "They're" ;) Todd - Original Message - From: "Cameron Childress" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 7:10 PM Subject: RTFM > David Kramer just posted this t

RTFM

2001-02-22 Thread Cameron Childress
David Kramer just posted this to ACFUG's list... http://www.hwnd.net/pub/mskb/Q209354.asp very funny... -Cameron Cameron Childress elliptIQ Inc. p.770.460.7277.232 f.770.460.0963 ~~ Structure your ColdFusion code with

Re: CF-Community-List V1 #120

2001-02-22 Thread David Lakein
It's also a general programming principle that larger files are harder to maintain and debug; once it gets to a certain size, it probably is starting to have too much functionality in one place, with too much interrelated code, and would benefit from being broken down into smaller pieces that ea

RE: CF-Community-List V1 #120 - OR why make files less than 200 lines of code

2001-02-22 Thread Adam Reynolds
What usually happens if code is bigger than 200 lines (or some arbitrarty small size) is that you cannot look at the code and determine what it is doing easily. As an example, the following template (act_create_section.cfm) is used to create a section for a site: INSERT INTO Sectio

Re: CF-Community-List V1 #120

2001-02-22 Thread George Kaytor
He is a probably a fuseboxer. Fusebox is a programming methodology that breaks things into small parts. (+ a whole more) -george >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: CF-Community <[EMAIL PROTECTED]> >Subject: Re: CF-Community-List V1 #120 >Date: Thu, 22 Feb 2001 07:17

Re: CF-Community-List V1 #120

2001-02-22 Thread TinaRock
In a message dated 02/21/2001 11:31:04 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Isn't that a tad on the big side? Not that I've seen your code or anything > but large files in excess of 200 lines usually can be broken down into > smaller steps using cfinclude. Where the cfincludes