CodethinkLabs / software-dependency-visualizer

Prototype software dependency visualizer tool
Apache License 2.0
0 stars 1 forks source link

Symbols that call themselves don't need a call line #10

Open jmacarthur opened 8 years ago

jmacarthur commented 8 years ago

Remove this, and add some other way to indicate that symbols are recursive.

jmacarthur commented 8 years ago

Partially fixed by PR #17 but there is no symbol for recursive functions yet.

palvarez89 commented 8 years ago

I gave it a try, and tried to create a "loop link" for this situation, but I'm not sure it's a good idea.. My attempt is in pedro/loop-links, maybe, if the links have an arrow at the end, it would be clearer.

jmacarthur commented 8 years ago

pedro/loop-links looks good to me. I see your point about the line endings - the current choices (arrow to start and square to finish) are completely arbitrary; change them to whatever you like.