Page 1 of 1

Anybody using UML?

Posted: Sun Nov 19, 2006 11:42 am
by marielle
Anybody using UML to help structure their program?

UML stands for Unified Modeling Language.

Wikipedia Entry

Tutorials: uml.tutorials.trireme.com, 7 days tutorial, Tutorial @ sparxsystems

Types of Diagrams: smartdraw tutorials

Re: Anybody using UML?

Posted: Sun Aug 18, 2013 2:13 pm
by lpnkng
Yes I wish there would be some UML document describing LiveCode.

Re: Anybody using UML?

Posted: Wed Oct 09, 2013 2:55 pm
by icouto
UML is a collection of diagramming standards. Some of the UML diagrams can be useful in a wide variety of environments and languages - such as Use-Case diagrams. Others, however, are really meant for specific languages using an object-oriented design approach and workflow - such as Class diagrams.

Strictly speaking, LiveCode is not an object-oriented language or programming environment, so some of these standard UML diagrams may not always be so useful.

It is, however, quite easy to "adapt" the UML diagrams, so that they can be used in a LiveCode context. For instance: instead of using a standard Class diagram, establish your own syntax, your own dictionary of shapes, which uses 'stacks', 'cards' and other LiveCode objects, if you want to document their relationship to each other and the structure of your application.

I hope this helps!