This is purely opinion, but that code is incredibl...
# codereview
r
This is purely opinion, but that code is incredibly hard to read using all those nested function declarations. Especially because the code that actually leverages them alternates between calling functions defined outside the scope and calling functions defined inside the scope.
👍 1