I have to figure out how a huge JavaScript code base works and I'm wondering if there are any CASE/UML tools to analyze its structure. I understand that there are several limitations because of the dynamic typing and existence of eval(), but I suppose if IDEs can offer meaningful inspections for JavaScript code these days, there must be some way to visualize dependencies, etc.
-
Huge enough that I can't hold it all in my brain at once :)Asimina Pappas– Asimina Pappas2011-08-18 22:34:19 +00:00Commented Aug 18, 2011 at 22:34
Add a comment
|