rosschapman / if-ross-wrote-javascript

I'm building a universal JavaScript app for all of my code dreams
0 stars 1 forks source link

Move packet processing and data prep before verb switch #33

Open rosschapman opened 6 years ago

rosschapman commented 6 years ago

So don't have to do this sort of thing:

let newDocId = newDoc._id || new ObjectID();