duriantaco

↗ HN profile [ 64.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…