this post was submitted on 05 Feb 2025
510 points (96.7% liked)

Greentext

5040 readers
1400 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fleg@szmer.info 10 points 1 day ago (1 children)

They are going to care if you can maintain your code. Programming isn't "write, throw it over the fence and forget about it", you usually have to work with what you - or your coworkers - have already done. "Reading other people's code" is, like, 95% of the programmers job. Sometimes the output of a week long, intensive work is a change in one line of code, which is a result of deep understanding of a project which can span through many files, sometimes many small applications connected with each other.

ChatGPT et al aren't good at that at all. Maybe they will be in the future, but at the moment they are not.

[–] licheas@sh.itjust.works 2 points 21 hours ago (1 children)

Most people who are in dev aren’t maintaining shit.

Most coders don’t write new scripts, they’re cutting and pasting from whatever libraries they have - using ChatGPT is just the newest way to do that.

Your boss doesn’t care about how the job gets done- they care that it gets done. Which is why we have giant code libraries just chock full of snippets to jigsaw into whatever we need.

[–] fleg@szmer.info 1 points 15 hours ago

Most people who are in dev aren’t maintaining shit.

I disagree, but maybe what I do in "dev" is a bubble where things are different.