0
votes
Actionscript - is it better to cast or create a new variable? Or does it matter at all?
for the second example you might want to test for the nullity to avoid a NullPointerException when invoking "mySpecialFunction", e.g.
var tempItem:MyCustomObject = container.getChil …
2
votes
