I brought this up in slack with @dsp-ant, but I should create an issue to express my concerns. Generics in Python come with a significant cognitive overhead and harm DX: Python language servers and ...
Before Python 3.12, type hinting required importing several objects from the typing module, which often felt bolted-on and unintuitive. Issues frequently happen, such as metaclass conflicts when ...