Y
Hacker News
new
|
ask
|
show
|
jobs
by
avbor
2954 days ago
Instagram actually has a program for stubbing existing code called MonkeyType. It requires running your code to collect the data, and then after your run finishes you can then apply the new inferred types to your program.
1 comments
mlevental
2954 days ago
so like can i throw my entire django app at this thing and have it spit out types for me? probably not right?
link
mhlakhani
2954 days ago
That's actually correct - it will spit out types it can infer.
https://github.com/Instagram/MonkeyType
link
carapace
2954 days ago
(Oh daaaamn that's cool!)
link