Coding conventions for writing cfc's in CF9?
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.