-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFRFC remove hash
from the Ember lexicon
#473
Comments
IMHO, we should call them |
I would favor transitioning from |
Does renaming |
I think that we can change the blueprint argument names independently of a discussion around the "hash" helper. |
I'm closing this due to inactivity. This doesn't mean that the idea presented here is invalid, but that, unfortunately, nobody has taken the effort to spearhead it and bring it to completion. Please feel free to advocate for it if you believe that this is still worth pursuing. Thanks! |
This is specifically talking about calling "map/dictionary" objects as "hash", not about "hash location" in the router.
Problems:
hash
is probably a Ruby-ism that we inherited, which makes little sense in our JS contexthash
in ruby refers to the fact that it is implemented as a hash table, however, I believe the more common name for the abstract data type (i.e. decoupled from the implementation) is a map, dictionary or associative array..?Map
is also a thing in modern JavaScript, but it's not what thehash
helper produces (maybe it should? probably not? unknown.)hash
helper toobj
orobject
, and (maybe later?) deprecatehash
The text was updated successfully, but these errors were encountered: