this post was submitted on 12 Mar 2025
938 points (99.0% liked)

Programmer Humor

21487 readers
1630 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] zerofk@lemm.ee 2 points 1 day ago

Pre-commit code reviews, preferably in person or at least live, are a great way to learn and teach. They explain what they did and why, you suggest alternatives.

Doing it pre commit is best because it it’s done later, they’ve already moved on.

And the learning goes both ways.