@micstriit wrote:
From an architectual standpoint I have to agree with Kai and Adam, I never like tags/functions that mix in of unrelated functionality. Like:
- cfdump-abort
- cferror-mail
- createObject
I added the attribute “abort” only under protest. But today I’m using it all the time, simply because it is faster to write
<cfdump eval=whatever abort>
than
<cfdump var="#whatever#"><cfabort>
So from an architectual standpoint clearly no, but from a pragmatic one I’m undecided.