this post was submitted on 12 Jan 2026
65 points (97.1% liked)

Programming

24365 readers
414 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] red_tomato@lemmy.world 18 points 3 hours ago (1 children)

It’s easy to overestimate how much of software engineering is about coding, when in truth it’s mostly about the code you don’t write.

[–] msage@programming.dev 4 points 1 hour ago

I always get upset when people write unclear lines.

I do a lot of code reviews, and it's taking years to explain how to write code that makes sense. Some are better, some just write, or worse - copy, things that are ambiguous, or are made such by copying them with small changes.

It's very difficult to specify bullet-proof rules for good code. And after every step devs find more ways to fuck it up.