Y
Hacker News
new
|
ask
|
show
|
jobs
by
maleldil
346 days ago
I don't see a point in using them in new code when I could just use a dataclass (or Pydantic in certain contexts). I've only found them useful when interfacing with older code that uses dicts for structured data.