• @Vince@feddit.de
    link
    fedilink
    5
    edit-2
    10 months ago

    Not sure if these are hot takes:

    • Difficult to test == poorly designed
    • Code review is overrated and often poorly executed, most things should be checked automatically (review should still be done though)
    • Which programming language doesn't matter (within reason), while amount of programming languages matters a lot
    • Xylight (Photon dev)
      link
      fedilink
      English
      110 months ago

      I've been wanting to make my applications easier to test. The issue is, I don't know what to test. Often my issues are so trivial I notice them immediately.

      What are some examples of common things in, let's say a web server, that could be unit tested?