Any coding standard that works toward readability and maintainability of code is a good thing, but going overboard in any one direction makes the job harder.
I also think the over use of new lines doesn't help with readability either <cfargument name="sfirstName" type="string" required="true" hint="first name of person" /> or <cfargument name="sfirstName" type="string" required="true" hint="first name of person" /> The first is a superfluous use of carriage returns in my opinion and does nothing to improve readability. -- Gary Gilbert http://www.garyrgilbert.com/blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290537 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

