this post was submitted on 06 May 2025
1174 points (96.9% liked)

Programmer Humor

23082 readers
1828 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
[–] [email protected] 140 points 1 day ago (34 children)

I’ve been a professional software developer for over two decades. There is zero chance my job will get taken by an AI any time soon. Anyone who thinks my job is to write code doesn’t understand my job. That’s like saying a bus driver’s job is to turn a steering wheel.

My job is to turn vague ideas and nondescript feelings into APIs and (sometimes) UIs, then turn those into specs, then split those into tasks, then sometimes I’ll write the code for them and sometimes someone else does. About 90% of my time is turning ideas into plans, and about 10% of my time is turning those plans into code.

When I was young and was a junior engineer, my job was more to receive the specs from the senior engineers and turn that into code, but even then, I was still designing my own stuff. Maybe more like 40/60 time instead of 90/10.

Now that I’m a grizzled old man forged in the fires of task management software, I’m doing almost all of the design work myself. I manage a project that has about 250,000 lines of code. An AI isn’t going to be able to build new features into that, let alone decide which features to build in the first place.

[–] [email protected] -2 points 1 day ago (6 children)

Could AI allow you to write code in python, and then turn the python into a static language with static variables at least?

[–] [email protected] 1 points 21 hours ago (2 children)

But the main benefits of static typing is in making the programming part easier. What do you gain from translating dynamically typed languages into a statically typed language?

[–] [email protected] 1 points 20 hours ago (1 children)

Well that can't be true, why would anyone have ever made a dynamic typing system?

[–] [email protected] 2 points 19 hours ago

That's also to make programming easier. Different programmers have different needs.

load more comments (3 replies)
load more comments (30 replies)