All Questions
1 question
1
vote
1
answer
113
views
Turning simple Node.JS Postgres query and logging into most-functionally-pure-possible code
After reading "How to deal with dirty side effects in your pure functional JavaScript," I've decided to take something I do on a regular basis ("Original approach" below)—connect to a Postgres ...