Community Member Profile
Jessie Canon
Member since May 17, 2011
- Profile: /members/8341-Jessie-Canon.htm
- URL: http://jcanon.org
- Comments: 1
- Points: 12
Recent Blog Comments By Jessie Canon
-
Branching Logic vs. Guard Logic When It Comes To Function Control Flow
Posted on May 17, 2011 at 9:59 AM
So what would you do in the case of three possible exits? Would you do: <cfif x = y> <cfreturn 1> </cfif> <cfif x = z> <cfreturn 2> </cfif> <cfreturn 3>... read more »



