I'm a very visual person, and my dream goal would be to have some robust diagramming system that allows me to read the script, and, line-by-line, physically diagram it out in such a way that it's very easy for anyone who reads the diagram to understand what's going on.
Some goals I have for this system:
- never having to erase what I've already drawn as I iterate through each line
- the end result makes it easy to spot unnecessary logic
- borrows a lot of symbolism from existing diagrams (state machines, UML/Sequence/etc)
Does this exist? Do I need to invent this? Does this seem useful?
No comments yet.