13

When your egghead boss (who is a dev, BTW) fails miserably in understanding that JavaScript fetch does not behave like the default synchronous nature of requests in Python.

After failing to make him learn about the asynchronous nature of JavaScript promises, he ends the discussion by saying "that's why python is better than js"
*facepalm*

Comments
  • 1
    Just have to wait until async await is available.

    Though one should really understand promises before using them
  • 0
    @Hedgepig, yes. My project allows coding with future es features, including async await. But the boss just got comfortable with the concept of simple promises.
Add Comment