31 Mar 2009 Preconditions, postconditions 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)? So, for example: if (arg == null) throw new ArgumentError("arg can not be null");if (!(ar... [More]

Categories: Flash

27 Mar 2009 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). For example, on c# you may have the same function that does different things depending on the argument count / arguments types. The only limitation is that you ... [More]

Categories: Flash

About the author

I'm a User Experience Specialist, working on Information Architecture, Interaction Design, Usability Engineering, Visual Design and Prototype Engineering

RecentComments

None

Sign in