-
Preconditionals and postconditionals checks
How many times you found yourself writing preconditions before executing some code (like argument validation) and post-conditions (validating some result before returning the value/using on another function)?
-
Method overloading in flash
As you may already know, it is not possible to have the same method with different signatures in flash (also known as method overloading).