this post was submitted on 05 Feb 2025
498 points (96.8% liked)

Greentext

5001 readers
696 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
[–] licheas@sh.itjust.works 4 points 16 hours ago (2 children)

Why do they even care? it's not like your future bosses are going to give a flying fuck how you get your code. at least, they won't until you cause the machine uprising or something.

[–] WoodScientist@sh.itjust.works 3 points 4 hours ago

They absolutely will. Companies hire programmers because they specifically need people who can code. Why would I hire someone to throw prompts into ChatGPT? I can do that myself. In the time it take me to write to an employee instructing them on the code I want them to create with ChatGPT, I could just throw a prompt into ChatGPT myself.

[–] fleg@szmer.info 7 points 7 hours 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 1 points 1 hour ago

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.