duriantaco

↗ HN profile [ 62.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I’ve been thinking about why dead code detection (and static analysis in general) feels so unreliable in Python compared to other languages. I understand that Python is generally dynamic in nature. In theory it should…

  2. Yeaps! Another dead code detector. We've been fine tuning this for a while and still working on it. Give it a spin and do let me know how you find it :)

  3. Yet another static analysis tool for Python codebases written in Python that detects dead code. Faster and better than the rest :) Take a look and try it out!