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
Right now we use keys all over the place, because we didn't use to have "paths" as a concept. Often the key usage is a crutch for logic that can be made even simpler and more performant by using paths—although this isn't always true. Either way we need to eliminate keys to for #2495 to be able to remove the instantiation step.
What's the expected behavior?
Remove all of the logic in the core slate package that depends on keys. Everything should use paths instead.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Debt.
What's the current behavior?
Right now we use keys all over the place, because we didn't use to have "paths" as a concept. Often the key usage is a crutch for logic that can be made even simpler and more performant by using paths—although this isn't always true. Either way we need to eliminate keys to for #2495 to be able to remove the instantiation step.
What's the expected behavior?
Remove all of the logic in the core
slate
package that depends on keys. Everything should use paths instead.The text was updated successfully, but these errors were encountered: