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
RI logic right now is in various places throughout the code base. We split and join on "/" in a bunch of places. We really should have that and other RI-specific logic in an abstract layer. Could be a class that looks like a string, although maybe a module with functions that take strings to interpret as RIs are better.
The text was updated successfully, but these errors were encountered:
RI logic right now is in various places throughout the code base. We split and join on
"/"
in a bunch of places. We really should have that and other RI-specific logic in an abstract layer. Could be a class that looks like a string, although maybe a module with functions that take strings to interpret as RIs are better.The text was updated successfully, but these errors were encountered: