Fork me on GitHub
#code-reviews
<
2017-08-02
>
michaelwfogleman12:08:45

I am building a data structure for my application and would love some feedback on the shape of it. The data structure is very similar to the following (but the data and domain is different): https://gist.github.com/mwfogleman/9122757a1bad15ec83c6d111b5893773

gdeer8117:08:44

Looks like the ID key for Dave Smith is :dave so what will be the key for Dave Thomas and David Blane? Usually you'd want uuids for things like that

gdeer8117:08:54

Also seeing how the instructions are just one long string I'm assuming your app isn't going to use that data for anything, otherwise you might want to put it in a collection