3

I spent three days debugging an API endpoint because in this framework, a "function not in scope" error fails silently. The only way to find out that this issue was happening was to drop the entire endpoint handler into a try/catch block.

Guys.
JavaScript is the shittiest fucking language.

Comments
  • 0
    browser console doesn't show it?
  • 1
    @asgs This was in a node app
  • 2
    @rtannerf how dare you offer constructive advice on a website with "rant" in the name!

    We were in fact using Promises. I will mention this about new Node to my colleagues and see if we can get up on that. Thanks friend
Add Comment