エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - scottrogowski/code2flow: Pretty good call graphs for dynamic languages
Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, Java... Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, JavaScript, Ruby, and PHP. The basic algorithm is simple: Translate your source files into ASTs. Find all function definitions. Determine where those functions are called. Connect the dots. Code2flow is useful for: Untangling spaghetti code. Identifying orphaned functions. Getting new developers up to spee




2022/04/09 リンク