this post was submitted on 03 Sep 2024
154 points (97.5% liked)

Programmer Humor

32031 readers
1070 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

Hi, this is a question that popped into my mind when i saw an article about some AWS engineer talking about ai assistants taking over the job of programmers, this reminded me that it's not the first time that something like this was said.

My software engineering teacher once told me that a few years ago people believed graphical tools like enterprise architect would make it so that a single engineer could just draw a pretty UML diagram and generate 90% of the project without touching any code,
And further back COBOL was supposed to replace programmers by letting accountants write their own programs.

Now i'm curious, were there many other technologies that were supposedly going to replace programmers that you remember?

i hope someone that's been around much more than me knows something more or has some funny stories to share

you are viewing a single comment's thread
view the rest of the comments
[–] Phen@lemmy.eco.br 19 points 2 weeks ago (2 children)

If a tool were created that properly converted an UML diagram into a project without any need for code, all the programmers that lost their job to this tool would then be hired by the company that offered it, in order to give maintenance and support to everything the customers want in their programs.

It would be removing programmers from they payroll of some companies but they would still be working for them, just further down in the chain.

The same is true for AI. If AI could completely replace programmers in some area, it would need a lot of programmers itself to keep dealing with all the edge cases that would show up from being used everywhere that a programmer was needed before.

[–] SzethFriendOfNimi@lemmy.world 16 points 2 weeks ago (2 children)

Besides. Somebody has to convert customer needs into the diagram. Account for what they’re not saying, etc.

That’s the real essential skill in software dev, not spitting out lines of code.

[–] MrPoopyButthole@lemmy.world 10 points 2 weeks ago

Yup. Business logic for things that cost millions or billions should not be run by an approximation machine.

[–] corsicanguppy@lemmy.ca 2 points 2 weeks ago (1 children)

Thanks. I'm remembering the relevant scene from Office Space. ;-)

[–] SzethFriendOfNimi@lemmy.world 2 points 2 weeks ago

I HAVE PEOPLE SKILLS!!!!

[–] leisesprecher 9 points 2 weeks ago

To be fair, a lot of roles simply disappeared over the years.

Developers today are much more productive than 30 years ago, mostly because someone automated the boring parts away.

A modern developer can spin up a simple crud app including infrastructure in a day or so. That's much much more productive than 1995. We just cram a lot more of the world into software, so we need 20x the amount of developers we needed back then.