Posts tagged with ValueObject

Actionscript 3 Extended valueobject generator

ActionScript

I created a tool to created ‘grouped’ value objects nicely and very fast. It is using private classes. I found it useful enough to share it with you, so maybe if you are in need of such a tool, you are free to use it.

Click on read more to see more details.

Read more

AS3 ValueObject generator – update

ActionScript, JavaScript

Updates
– simple autocompletion for types
– added function for getters/setters
– added function to pass variable in constructor
– save function
– prefix for constructor parameters
– automatic class imports
– added extends function
– some performance tweaks

Read more