Clint Willard
Member since Oct 8, 2010
- Profile: /members/7034-clint-willard.htm
- Comments: 5
Recent Blog Comments By Clint Willard
-
ColdFusion 10 - Script vs. Tags And My Coding Methodology
Posted on Dec 15, 2012 at 8:56 AM
I prefer scripting over tagging because I can scan code much more quickly to get the meaning of it and follow the logic. Tags weigh down the amount of information my eyes have to process to get to the meat of the matter. And everything you pointed out that you assume scripting is lacking is in fact... read more »
-
Learning ColdFusion 9: Resetting Applications With ApplicationStop()
Posted on Jan 27, 2011 at 3:44 PM
Didn't read every comment but my opinion is that applicationStop() should NOT stop or reset sessions for the reason that I may want to restart the application after a change without effecting sessions. If your app crashes when it follows this manner then you should rethink your dependencies if possi... read more »