views:

304

answers:

2

With the new ways of writing CFC in CF9, what are some of the coding convention new to CF9?

Here are some I can think of...

+1  A: 

do we still need to set attribute output=false for component and functions in script style CFC?

I wouldn't think so. <cfscript> by its nature suppresses any whitespace and needs writeOutput() in order to have any output at all.

Al Everett
answer: http://www.coldfusionjedi.com/index.cfm/2009/8/26/Ask-a-Jedi-Impact-of-whitespace-and-script-based-CFCs:)
Henry
Good ol' Mr. Camden.
Al Everett
A: 

I agree with your recommendations.

Aaron Greenlee