Thx Sean...I think what I'll do is post some sample code to show how I'm implementing some basic patterns and let yall pick at it...best way to learn I figure.
Stace -----Original Message----- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 12:59 AM To: CF-Talk Subject: Re: CFCs, Tiers and Naming Conventions On Thursday, August 1, 2002, at 12:35 , Stacy Young wrote: > Ok don't laugh but I'm stuck trying to figure out a good naming > convention for my CFCs and I'm stuck. I'm very particular to this kind > of stuff...and I'm wondering what other folks are using... .... > So I guess my questions are...Does anyone take a simlar approach? Any > alternative solutions? Anyone have particular naming schemes they use to > denote for each CFC to show it's "realm" or "tier"? I guess we have something along those lines... we have a few thousand CFCs so far and we've mostly structured our naming by directories that represent application areas (content, exchange, store, membership etc). Where we have explicit facades, we tend to call them blahblahfacade.cfc and where we have web services, we tend to call them blahblahservice.cfc but, to be honest, we're more concerned with readable names than any specific naming convention. The only hard and fast rule is "all lower case" because we're on Unix. Congrats on getting published on the DesDev Center, BTW... "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

