• 1 Post
  • 464 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle





  • 9point6@lemmy.worldtoPrivacy@lemmy.mlThe Pager
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    12 days ago

    Someone with better knowledge correct me if I’m wrong, but:

    Hospitals because you don’t need to interact with the pager to see the message it’s beeping about (the doctor’s hands may be occupied and/or they want the quickest possible response)

    Prisons because if a prisoner got hold of a receive-only pager, it’s a lot less of a problem than if they get a two-way phone









  • Honestly this is the reason TDD is most important for personal projects.

    If it’s your job, the code isn’t getting merged without decent tests. Yes you should probably write them first so you think about your implementation properly, but let’s face it, many tests are written after in practice.

    If it’s something written in your free time, you’re just not writing those tests most of the time if you didn’t write them up front.