What is a good way to visualize a large as3 project?

I built a fairly large system in as3, and now I need to introduce some other programmers in different parts, and hopefully they will eventually understand the whole system.

I need to describe the relationships between classes and maybe some kind of threads, but relationships are the most important.

I checked UML, but I find it a bit rigorous and would like to write comments about specific classes or relationships and possibly be able to draw curved lines / arrows, etc. In UML, it’s also hard for me to understand what types of lines / arrows to use, when and where.

So, I am looking for a method / software / tutorial on this topic either on some advanced / simplified UML, or on a completely different method.

Any ideas are welcome!

+3
source share
2 answers

I would recommend Crocus Modeller UML for AS3 and Flex . You can import your code and create a cute diagram (explaining this to other people, then it’s a joy). In addition, there are some tips reminding you of a very fast UML relationship.

+3
source

You might want to take a look at the question: Static Actionscript Code Analysis? .

+1
source

All Articles