@tqbf Finally, you probably have seen https://t.co/2dD53ZtVLj. I've simply ignored non-mypy so far, but if I ever really publish the library that may not be enough.
@tqbf Anyway, I hope at least some of that helps. Sorry for the likely over-compressed examples; Twitter is definitely not the ideal medium here... (also, I should probably stop sending a tweet as the last thing I do in a day.)
@tqbf Python3 typing has many sharp edges, but I agree handling None is nice. Typing also really helps typestates, and allows Literal[“foo”, “bar”, “qux”] as a zero-LoC Enum. (Enum is much better for a library interface, though.)
@matrosov@halvarflake Hi Alex, I loved your and @binarly_io’s research, and your talk at LangSec ‘24. I hope and trust that good things are in your future!
@patio11 Yes, but don’t big-company practices quite often solve problems that small teams don’t have? (E.g. you and two friends can just standardize on one platform, and avoid Docker isolation getting in the way of debugging/instrumentation/…)