you are viewing a single comment's thread
view the rest of the comments
[–] 36 points 1 year ago (3 children)

As someone who mostly avoids JavaScript, I don't see the IT in this image, I just see a bad language I avoid!

  • source
  • hideshow 6 child comments
  • [–] 15 points 1 year ago (4 children)

    This isn't the languages fault, it's the developers.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 6 points 1 year ago (1 child)

    Albeit true, I want to note that some languages encourage such practices way more than others do. Also, when you've got a hammer everything looks like a string nail.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 1 year ago

    In my mind a simple unit test should have caught this. Mock out the call to the service that sends the message and verify that it's been called with the correct message, and cover the possible failure scenarios. That said I hate loosely typed languages lol.

  • source
  • parent