Reputation: 16756
We are looking for a way to visually describe to each other the logic flow of particular module or the application itself. I constantly stumble upon different block diagrams here and there, but still not sure if this is any kind of standard and has any particular name. What approach other teams or companies usually use in such cases?
Upvotes: 1
Views: 274
Reputation: 1243
You can create flow diagrams using Dia or Microsoft Visio. Dia is free though and quite decent
Upvotes: 1
Reputation: 1135
UML contains some diagram types that matches what you seek.
http://en.wikipedia.org/wiki/Activity_diagram
http://en.wikipedia.org/wiki/Sequence_diagram
http://en.wikipedia.org/wiki/Unified_Modeling_Language
Upvotes: 1