this post was submitted on 17 Feb 2026
554 points (96.9% liked)

Programmer Humor

30482 readers
2364 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jjjalljs@ttrpg.network 61 points 1 month ago (3 children)

Sometimes I still see job postings that are like "MUST KNOW OBJECT ORIENTED PROGRAMMING" and I'm wondering who in 2026 isn't at least passably familiar with it.

But then again I also see job posts that are like "must know Java or JavaScript"

[–] favoredponcho@lemmy.zip 32 points 1 month ago (3 children)

A lot of those posts will also include shit like must know XML and AJAX and it’s clear the recruitment division hadn’t updated their template in ages.

[–] marcos@lemmy.world 21 points 1 month ago (1 children)

What is not clear is if the software development division updated their practices.

[–] MirrorGiraffe@piefed.social 3 points 1 month ago

Exactly, if there's even the slightest risk that I'll need to dust off the good ol ajax that's a nope from me.

There’s a lot of legacy stuff around. I saw some CORBA in the wild recently.

[–] irelephant@lemmy.dbzer0.com 1 points 3 weeks ago

So many sites still use that with a shiny UI slapped on top.

[–] Cube6392@beehaw.org 19 points 1 month ago

in 2026 you really have to ask an employer what they mean by object oriented programming in the interview. do they mean a methodology of organizing pure functional code into actors and message busses? do they mean imperitive code that's interacted with through generic interfaces as with python? or do they mean javascipt style OOP where you define classes to organize your imperitive code within a functional language without any concern for the generic interfaces this could hypothetically enable?

[–] ThirdConsul@lemmy.zip 4 points 1 month ago

Considering most people only know procedural programming and are calling it functional/objective...