|
|
|
|
|
by merksoftworks
392 days ago
|
|
I'd like to experiment with writing a reflection based dynamic type annotator for one of these. Just as a toy. Imagine a module which monkey patches every function, class in the parent module it is loaded into, then reflects on the arguments at run time slowly building up a database of expected type signatures. The user would then pick through the deltas approving what made sense. |
|
Unless you mean something like record prod for a few weeks to months, similar to how Netflix uses eBPF (except they run it all the time).