LiraNuna’s Development Blog

Category

Archive for the 'Articles' Category

Typesafe assignable enumerations in AS3

( Articles )

Being a huge C/C++ fan, I had a really hard time switching to AS3 and giving up most of C++’s power features as enumerations.
I was surprised that a programming language that is based on Java and C# doesn’t support native enumerations built in the language. After a quick look-up at various Google searches, turns out [...]