Y
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
naniwaduni
1405 days ago
Surely the intuitive order for mutating assignment is value → name, though...
link