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, we have some places where we use the facets method stringify_keys! (e.g. Shoes::App). I would prefer to see us use only symbol keys in hashes, like current versions of Shoes. Less overhead, easier to reason about, than permitting both strings and symbols.
Currently, we have some places where we use the facets method
stringify_keys!
(e.g. Shoes::App). I would prefer to see us use only symbol keys in hashes, like current versions of Shoes. Less overhead, easier to reason about, than permitting both strings and symbols.See shoes/brown_shoes#5
The text was updated successfully, but these errors were encountered: