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.
As promised, here are the slides for "Ouch! It hurts when i do that." presentation first delivered at 360Flex San Jose, March 10th, 2010.
![]()
Apple, Adobe, and all that nonsense
eric vildaver said: nice post...
[More]
Apple, Adobe, and all that nonsense
Stan V said: The common theme among most commenters is that everyone has succumbed to emotional reactions, puttin...
[More]
Ouch, it hurts when i do that
jeff tapper said: if the value truly never changes at runtime, declare it as a const, not a var. If it needs to be a ...
[More]
Apple, Adobe, and all that nonsense
Ben Wakeman said: Well said Jeff. You showed incredible restraint :)
[More]
Ouch, it hurts when i do that
adam said: Thanks Jeff for another great preso.
A question about 1 of the rules -- aim for 0 warnings. What i...
[More]
P: 847.824.7800 | F: 847.655.2867 | Email: answers@digitalprimates.net | � 2007 Digital Primates, Inc. All Rights Reserved
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!