Hacker News new | ask | show | jobs
Show HN: Using ASTs to visualize complex codebases (ast-visualizer.com)
2 points by codeviewer 142 days ago
The main idea behind this project was to visualize the AST of python files to make detecting maintainability hotspots (= spaghetti code) easier. This works both on a project as well as on file level (see complex files and sections of complex code within a file). If you want to test the graph features please make sure to contact me and I will unlock them free of charge.