UML via URL
If you are a mobile developer (or develop for any platform) you should have come across UML diagrams used to describe designs. I use them extensively in much of my work.
yUML is an innovative online service that can produce UML diagrams via a structured web address (URL). Here’s an example…
http://yuml.me/diagram/scruffy/class/[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]
produces…
While there’s obviously no saved metadata (data describing the data) , it’s a great way of quickly documenting ideas visually.
Related Articles: