Pete
Member since Mar 29, 2012
- Profile: /members/9781-pete.htm
- URL: http://skeater.co.uk
- Comments: 1
Recent Blog Comments By Pete
-
ColdFusion 10 - Script vs. Tags And My Coding Methodology
Posted on Mar 29, 2012 at 4:47 AM
I generally write my CFScript functions like this: /** *@hint Function that does stuff *@strStuff A string with more stuff in it */ remote struct function doThings( required string strStuff='some words' ) { // function workings } The hints stick out and are obvious to read, and with prefixes ... read more »