Hacker News new | ask | show | jobs
by _dain_ 443 days ago
This is totally not how I used typed Python. I eschew classes almost entirely, save for immutable dataclasses. I don't use inheritance at all. Most of the code is freestanding pure functions.