Hacker News new | ask | show | jobs
by layer8 1405 days ago
The intuitive one is the order in which `ls` displays it, or assignment order (a := b). That’s how I remember what the intuitive order is. ;)
1 comments

Surely the intuitive order for mutating assignment is value → name, though...