Greg, I suggest you take a look at "ColdFusion MX Coding Guidelines": http://livedocs.adobe.com/wtg/public/coding_standards/contents.html
Some thoughts of mine: 1) I'd use getId() and not getID() because it isn't an acronym, so I'd use mixedCamelCase. I'd use getURL() and not getUrl() because it's an acronym. The same for DAO. But for acronym I use some different rules: For table columns and directory name I always use lower case. So getURL() would refer to table.url column. I always use scopes in lower case (this, variables, form and etc), accept URL because it's an acronym. 2) I'd use a more common (wide used) approach. Ronan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
