this post was submitted on 02 Jul 2023
28 points (86.8% liked)

Programmer Humor

31250 readers
2655 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] DarthFrodo@lemmy.world 13 points 1 year ago (2 children)

The neat thing is, you can add stuff like range checks and logging for getters and setters without changing every call. Separation of concerns is also vital in larger projects.

[–] hairinmybellybutt@lemmy.world 10 points 1 year ago

typical OOP progaganda

[–] jazz@lemm.ee 1 points 1 year ago

also const correctness in languages that support that concept