Tedious. Long. And possibly I'll never even receive a "No." email back. :(
Spent the whole morning doing that.
So... it appears yesterday manual refactor was a bad idea, I've left a non declared variable in a ternary operator and didn't properly cover a branch of it, result was that a user of my library (which configuration was going through that branch), got all of their server crashing as soon as they started.
The problem could be explained with this snippet
true ? console.log('all good') : OMG()
OMG
is not defined but that snippet doesn't throw a ReferenceError
unless the else branch is evaluated.
I've been slowly progressing with chapter 5, it's not progressing as fast as I would love it to though. I will probably have to postpone the SICP reading group unless I speed up a bit... which I'm not sure I want to do because I want to get the most out of this book.