You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Brown Shoes stringifies keys of hashes before processing them. Red Shoes just expects symbol keys and ignores what it doesn't expect. I think purple and green also deal only in symbols. Stringifying all of the keys adds complexity without really adding any benefit.
This example, from the manual, works in Red Shoes:
Currently, Brown Shoes stringifies keys of hashes before processing them. Red Shoes just expects symbol keys and ignores what it doesn't expect. I think purple and green also deal only in symbols. Stringifying all of the keys adds complexity without really adding any benefit.
This example, from the manual, works in Red Shoes:
but with stringified keys, it doesn't:
The text was updated successfully, but these errors were encountered: