home.social

#tsed — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tsed, aggregated by home.social.

  1. Working a new side project at the moment and it has again hammered home the benefit of having a thorough test suite.

    Sure the tests may be repetitive and a chore to write, but I've already uncovered numerous small bugs in my back-end API that I did not know about... Mostly small things like a missing "await" or a missing decorator stopping a dependency from being injected correctly.

    #softwaredevelopment #softwaretesting #testing #nodejs #TsED #integrationtesting