this post was submitted on 14 May 2026
461 points (95.8% liked)

Technology

84648 readers
4458 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
[–] ragas@lemmy.ml 1 points 15 hours ago* (last edited 15 hours ago) (1 children)

So really what you do is guess what the code you read is doing. Which is generally fine.

But how can you be sure in a review that the code will actually work? How can you falsify it? A review is more than just reading code.

[–] JordanZ@lemmy.world 1 points 13 hours ago

Well I never mentioned I was responsible for doing a review of someone else’s code in a language I don’t know. That would be foolish. There are plenty of open source projects that have lack luster documentation. Reading the code is really the only way to figure out how it works sometimes.