Closed juliangruber closed 3 months ago
@juliangruber PTAL.
I have two versions to pick from - the first one uses getNamedPool helper (up to the commit c2fb0d3), the second one calls Object.assign directly (the final version). I am fine with both of them, which one do you like more?
getNamedPool
Awesome thank you! I like the one without the helper more, since its logic is so simple
@juliangruber PTAL.
I have two versions to pick from - the first one uses
getNamedPool
helper (up to the commit c2fb0d3), the second one calls Object.assign directly (the final version). I am fine with both of them, which one do you like more?