A dict and an object, all in one.
I’ve been struggling with data modeling decisions for my MongoDB interface layer. Should results from the DB look like a dict, or like an object? Like both? What are the advantages and disadvantages of each approach? I’ve got my own opinions on this, but thought I’d share this interesting technique, making something behave as either [...]
Continue Reading →