Quantcast
Channel: Add optional abort Attribute to cfinclude
Viewing all articles
Browse latest Browse all 40

Add optional abort Attribute to cfinclude

$
0
0

@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.

Read full topic


Viewing all articles
Browse latest Browse all 40

Trending Articles