this post was submitted on 22 Jun 2023
320 points (97.9% liked)

Programmer Humor

18958 readers
899 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 1 year ago (4 children)

Me as a junior dev writing 1000 lines of spaghetti code everyday: "Let's go!!!"

Me as a senior dev writing 5 lines of code everyday and spent the rest of the day reviewing thousands LoC commits from my juniors: "I didn't sign up for this. I should've learn carpentry instead."

[–] [email protected] 17 points 1 year ago (1 children)

That's more like it. Also, the more senior I became the more my LoC "productivity" became negative. Now, I get pleasure from deleting obsolete shit or replacing error prone spaghetti with a simple API call the author did not know about (more often than I like to admit that author is myself).

[–] [email protected] 10 points 1 year ago

The worst part of being a senior dev is doing all the responsibilities as a team lead but not having the resources in place to not be required to be an individual contributor. I can’t imagine many people wake up each morning excited to be wearing both hats and doing a poor job at each.

load more comments (2 replies)