top | item 46242166

(no title)

sam_bristow | 2 months 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.

discuss

order

morshu9001|2 months ago

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