6 ms·
I used to use UML diagrams a lot, especially Sequence diagrams. But some time ago I started to use the own code as my sequence diagram, without comments, only d
by devgutt 14y ago
I used to use UML diagrams a lot, especially Sequence diagrams. But some time ago I started to use the own code as my sequence diagram, without comments, only declarative enough names. IMO Sequence diagrams are really helpful to explore ideas and make the first analysis, but terrible afterwards to maintain the code.