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.
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.