PDA

View Full Version : do you use UML?



dejanp
October 8th, 2007, 07:56 PM
Do you use any UML editor before you start working on some AS3 application? if yes, which one do you suggest?
I know about www.gskinner.com/gmodeler/ but does anybody uses it?
Any examples of UML diagrams for AS3 projects?
thanx!

RubenDoliveira
October 8th, 2007, 08:01 PM
I tried Microsoft Visio for a job and I liked it.
I don't know about gskinner but Visio is good.

Cheers.

dejanp
October 9th, 2007, 05:01 AM
Is there any special support for ActionScript in Visio, or it doesn't have to be?
Can you please post some examples of your UML diagrams for AS projects here?

BradLee
October 9th, 2007, 11:54 AM
There is no support for Actionscript in Visio. It makes fine UML diagrams, but isn't capable of producing stubs for actionscript classes or anything like that.

For UML diagrams at work we normally us two big ol' white boards and draw all over them. After sufficient arguing and discussion somebody eventually makes a prettier version in Visio.

I don't get why you are looking for examples of UML diagrams "for AS Projects". Why would UML diagrams for a project being done in actionscript look different than the same project being done in any other language? It's all just classes, relationships, data members and so on...

Ordinathorreur
October 9th, 2007, 12:20 PM
You might want to track the Saffron project too, it's an AIR based UML tool. http://www.levelofindustry.com/display/ShowJournal?moduleId=676235&categoryId=114963

panel
October 11th, 2007, 05:53 AM
You may also try comertial solution called Enterprice Architect (http://www.sparxsystems.com.au/)

wes_design
July 8th, 2009, 11:38 AM
out of curiosity,for people that use UML, is it really helpful for coding a game?

http://www.uml.org/HTB_Articulate_Class_Models_OMG.pdf

senocular
July 8th, 2009, 11:45 AM
Its helpful for coding anything requiring a less than simple programming design.

wes_design
July 8th, 2009, 11:49 AM
What projects have you guys used it for?