> From: Sean Corfield <[EMAIL PROTECTED]> > "this" scope is the equivalent to "public" data members - and all the > literature out there will tell you not to use public data members.
But there is a case in which public data members are perfectly fine: class-specific constants. In Java, these are declared as public static final. Unfortunately, as far as I can tell, there isn't a way to duplicate this in CF. Any suggestions? I noticed that the Mach-II framework uses the "this" scope for precisely this kind of thing (in the filters that ship with the framework). Christopher Bradford ---------------------------------------------------------- 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 [EMAIL PROTECTED]
