this post was submitted on 05 Jun 2026
76 points (94.2% liked)

Programming

28145 readers
263 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 3 years ago
MODERATORS
 

I have been thinking of learning some programming recently, but I don't feel confident enough. Is there any point in beginning with something like Zig or Go, and switching to something more serious later?

you are viewing a single comment's thread
view the rest of the comments
[–] spj@sh.itjust.works 4 points 2 months ago (3 children)

Modern OOP is an antipattern.

[–] MyNameIsRichard@lemmy.ml 4 points 2 months ago* (last edited 2 months ago)

OOP isn't an anti-pattern, but the way it's used in the enterprise Java world definitely is. And it's all based on a fundamental misunderstanding of what an interface is.

[–] Magnum@infosec.pub 2 points 2 months ago (3 children)
[–] Tja@programming.dev 2 points 2 months ago

The fedora prevents them from typing fast enough.

[–] amorangi@lemmy.nz 1 points 2 months ago

From my understanding, anti OOP aficionados say too much energy is spent constructing the framework, often unnecessarily, instead of writing the code that needs to be done. I think they have some merit in their argument. It's easy to see both points of view.

[–] floquant@lemmy.dbzer0.com 1 points 2 months ago (1 children)
[–] Magnum@infosec.pub 1 points 2 months ago (1 children)
[–] floquant@lemmy.dbzer0.com 1 points 2 months ago (2 children)

cat-v is a weird corner of the internet, don't try to read it as a contemporary serious opinion piece. See https://harmful.cat-v.org/software/

[–] Magnum@infosec.pub 1 points 2 months ago

I was wondering, it reads like old man shakes fist to clouds.

[–] spj@sh.itjust.works 1 points 2 months ago

Harmful: compilers

Better alternative: magnetized needle and a steady hand

[–] spj@sh.itjust.works 1 points 2 months ago

Mutation (or not) is a matter of runtime semantics, not surface semantics. Let the compiler figure it out. (Functional-but-in-place c.f. Koka, Roc, Lean4)

Purity and referential transparency make writing correct, zero-maintenance code easy.

Although you can extract a lot of money from your customers if you deliver inscrutible code that needs a lot of maintenance.