this post was submitted on 21 Nov 2025
274 points (96.0% liked)

Technology

76949 readers
3928 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Pieisawesome@lemmy.dbzer0.com 1 points 1 hour ago (1 children)

Why would unit tests not be written by the same person? That doesn’t make a lot of sense…

[–] Kissaki@feddit.org 2 points 30 minutes ago* (last edited 29 minutes ago)

They did say why they're doing it

Whenever possible have somebody else write the unit tests, so they don’t have the same assumptions and blind spots.

Did that not make sense to you?

I usually wouldn't do that, because it's a bigger investment. But it certainly makes logical sense to me and is something teams can weigh and decide on.