[OT]
Once upon a time
... I created an add-in to display the dependencies of codemodules using GraphViz.
Example output for NW2 (Starter):
I was a bit surprised when I saw the double arrow between modDao and modOrders in the picture. Wouldn't have expected modDAO to be dependent on modOrders. (Causes in modOrders is a general function for random numbers, which is also used in modDAO).
The add-in is old (~2010), but if someone wants to try it out or extend it to show the dependencies between the procedures, I'll post it on GitHub.
/edit: https://github.com/AccessCodeLib/ACLibCodeStructReader
Once upon a time
Example output for NW2 (Starter):
I was a bit surprised when I saw the double arrow between modDao and modOrders in the picture. Wouldn't have expected modDAO to be dependent on modOrders. (Causes in modOrders is a general function for random numbers, which is also used in modDAO).
The add-in is old (~2010), but if someone wants to try it out or extend it to show the dependencies between the procedures, I'll post it on GitHub.
/edit: https://github.com/AccessCodeLib/ACLibCodeStructReader
Last edited: