this post was submitted on 12 Mar 2025
926 points (98.9% liked)

Programmer Humor

21487 readers
1616 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
[–] Maxxie@lemmy.blahaj.zone 15 points 1 day ago* (last edited 1 day ago) (1 children)

Im a mid with two juniors under me, super happy when they take initiative and do something creative

.. instead of following youtrack to the letter, leaving me to rewrite half of it before the merge 😔

[–] zerofk@lemm.ee 1 points 15 hours 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.