Hacker News new | ask | show | jobs
by querez 1292 days ago
In my code this comes up often, e.g. when I use tuples instead of namedtuple or a dataclass.
1 comments

Tuples aren't lists though. Tuples are really just structs with indexes instead of names.