this post was submitted on 09 Jul 2023
65 points (95.8% liked)

Programming

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

I've grown to love code even more later in life, even other people's code.

You know what I hate?

Coding ceremonies (formerly known as "meetings") that produce poorly defined/badly written acceptance criteria for code.

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

One of my problems is that I've gotten so practiced at reading code that my standards for "this is readable, it doesn't need much commenting" are much lower than those of the other developers I work with. I've had to recalibrate from "Will I be able to understand this six months from now?" to "Will I need to explain this in the review?"

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

Will I need to explain this in the review?

I like this metric. Going to fork it if you don’t mind.

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

Be my guest 😊