|
|
|
|
|
by yboris
2187 days ago
|
|
I've been surprised there isn't more of "Call graph" automatic generation for code. I would have thought having a visual representation of which functions call which functions can in some cases help tremendously. I started working on TypeScript Call Graph to see if it's useful -- an experiment of sorts [1] Could anyone chime in about call graphs and whether they are useful? [1] https://github.com/whyboris/TypeScript-Call-Graph/pull/1 |
|