Search Results

1
vote

Can a Sequence Diagram realistically capture your logic in the same depth as code?

Personally I have used sequence diagrams only as a description of general interaction between different objects, i.e. as a quick "temporal interaction sketch". When I tried to get more in depth, al …