Search Results

2
votes

If you don’t design in UML, then what do you design in?

Some GREAT words about software engineering, by Richard Feynman, can be found …
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 …