this post was submitted on 01 Sep 2023
319 points (96.0% liked)

Programming

17135 readers
456 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
[–] idunnololz 60 points 1 year ago (2 children)

You can always solve a problem by adding more layers of abstraction. Good software design isn't to add more layers of abstractions, it's to solve problems with the minimum amount of abstractions necessary while still having maintainable, scalable code.

There are benefits to abstraction but they also have downsides. They can complicate code and make code harder to read.

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

They can complicate code and make code harder to read.

amen.

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

But have you heard of Rust? Rust has zero-cost abstractions! Zero cost!