Archive for the ‘links’ Category

Introduction to UML 2 Sequence Diagrams

Linked on Feb 13 at 0:09

I’ve been tasked with creating some UML sequence diagrams for an existing product. It’s not really my idea of a good time, either. Any book I have access to is rather dry and short on real-world examples on the topic. This page provides some sequence diagrams of varying detail.

Lumpy: UML in Python

Linked on Feb 11 at 1:46

If I’m tasked with building some UML diagrams of someone else’s Python code, I’ll be damned if I have to do it manually. Lumpy generates UML from a running Python process. Here’s hoping.