jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.77k stars 166 forks source link

Visualize single function as a functor #144

Open dolanor opened 1 year ago

dolanor commented 1 year ago

I know functions is not considered as a class per se, but based on this, we could use a stereotype « function » on a class to create isolated functions. As an option, it could help dig into the big functions that needs maybe splitting if they are gathering too many arrows on it?