-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate activity diagrams #105
Comments
It would be nice. I have to give that some thought. |
Producing interaction diagrams are one thing. Producing activity diagrams are another. |
@jermon Yes, sequence diagram and activity diagram are two different diagrams. Maybe this issue just want to show the activity transitions. While I was trying to let developrs understand the code more easily and quickly, maybe these two occasions are different. If so, just ignore it. |
I need to see how to make sense of code into an activity diagram for it to be helpful. I can certainly follow the flow of the codes and calls to make activity diagram elements and interactions. I need to l ook more into this. |
If you have seen before any articles that point in the right direction and would like to share them here, that can also help. Thanks for the suggestion. |
Is should be possible to generate activity diagrams from the code in methods and functions.
https://plantuml.com/activity-diagram-beta
The text was updated successfully, but these errors were encountered: