Hi,
I need to document quite a lot of JavaScript and jQuery code. I'm interested in diagrams, rather than the written documentation.
I'm wondering if there is some sort of standard for modelling the JavaScript functions? My goal is to show visualy how different functions interact with each other.
Thank you
Edit: I have been trying DFDs and sequence diagrams, but it's working as well as I'd like it to. I have a choice of mapping the function calls to the processes in the DFD, but that makes the diagram too confusing and it's easier to go through a firebug jumping from one function to another.
Calling processes with differently to the function names means that after I read the diagram it won't be that easy to map it to the javascript... Will post few scerenshots in a bit.