Ouch, it hurts when i do that

As promised, here are the slides for "Ouch! It hurts when i do that." presentation first delivered at 360Flex San Jose, March 10th, 2010.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
adam's Gravatar Thanks Jeff for another great preso.

A question about 1 of the rules -- aim for 0 warnings. What if the warning is for something useless, such as "Data binding will not be able to detect assignments to "somVarThatGetsSetOnce." I don't want to add Bindable to the var just to get rid of the warning because I don't need to broadcast a change in value -- value will not be changing. What would you do in this scanario? Thanks!
# Posted By adam | 3/10/10 11:19 PM
jeff tapper's Gravatar if the value truly never changes at runtime, declare it as a const, not a var. If it needs to be a var which can change at runtime, you should use bindable.
# Posted By jeff tapper | 4/9/10 9:35 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.9.001.