On a similar vein, what is the best way to handle ...
# random
r
On a similar vein, what is the best way to handle loading multiple objects that reference each other? For example, say I have a list of JSON strings, and the objects they represent can reference each other, but you load them one at a time. When you are loading one and it references another that doesn't exist, what's the best way to handle this?