this post was submitted on 09 Oct 2025
50 points (100.0% liked)

Programming

23074 readers
194 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
 

I’m curious which software design principles you find most valuable in real projects.

Two concise summaries I’ve found:

you are viewing a single comment's thread
view the rest of the comments
[–] brisk@aussie.zone 1 points 1 day ago (1 children)
[–] fruitycoder@sh.itjust.works 2 points 1 day ago (1 children)

Right, so expanding our code for better readability vs trying to make a super dense one liner.

Using human readable vars and not excessive short hand.

[–] brisk@aussie.zone 2 points 1 day ago

Ah got it. I was thinking about dense vs sparse arrays or containers