this post was submitted on 14 Mar 2025
24 points (100.0% liked)

Programming

19098 readers
197 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 week ago* (last edited 1 week ago) (2 children)

A problem with code reviews is that sometimes it's easier to reason about a problem as you work on it. You will likely end up with better code going through an iterative process working with your computer instead of trying to get the perfect solution the first time.

It's kind of like math. We need to expand a problem out in order to solve it, and then simplify the solution once we have it.

[–] [email protected] 1 points 4 days ago

I don't see why your statement highlights a problem with code reviews?

[–] [email protected] 6 points 1 week ago* (last edited 1 week ago) (1 children)

I mean, you're allowed to test it before it and iterate goes to review, though.

And reviewers can be allowed to merge stuff that's "good enough", and the iterate.

[–] [email protected] 3 points 1 week ago

Of course. Code review doesn't have to be a strict process.