"I don't like editor XX" isn't a very valid argument for a specific coding style. It's worth mentioning that I don't use cfeclipse, I use DW. CFEclipse has some really great features, but it's still not time to switch yet. So what do I do? Make sure my objects are small and to the point, use inheritance and composition where appropriate, and as a result, I've generally got pretty small CFCs.
I did a quick survey of one of the applications I maintain. It's currently got about 140 CFCs in the back end, with an average length of about 170 lines, and the longest being 940. I wasn't making a case that cfeclipse removes the need for CFINCLUDE in CFCs. I don't think there is a good reason to use CFINCLUDE in CFCs, but there isn't a totally compelling reason not to. I was using cfeclipse as one potential example of the latter. I think it's pretty obvious that CFINCLUDE in CFCs is a bad idea, but that's just me, and as everyone knows, I'm loud, obnoxious, and opinionated, and was trying to be fairly reasonable, with clear reasons for agreeing with my viewpoint. Cheers, barneyb > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Roger B. > Sent: Tuesday, July 06, 2004 3:49 PM > To: [EMAIL PROTECTED] > Subject: RE: [CFCDev] Serialization of CFCs > > > With > > some of the new tools around (cfeclipse, notably), length of file is > almost > > irrelevant > > Barney: Unfortunately, those of us who despise Eclipse are > stuck addressing > our needs in other ways. When Dreamweaver grows an internal > CFC navigator, > I'll reverse course. > > -- > Roger Benningfield > JournURL: http://journurl.com/ > blog: http://admin.support.journurl.com/ ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
