Hacker News new | ask | show | jobs
by sam_bristow 181 days ago
Honestly, if I was writing some code that depended on dicts being ordered I think I'd still use OrderedDict in modern Python. I gives the reader more information that I'm doing something slightly unusual.
1 comments

Same. Usually if a language has an ordered map, it's in the name.