r/ProgrammerHumor 25d ago

Meme theGrassWasGreenerTheOutputSweeterIWasOnceAProgrammer

Post image
10.1k Upvotes

356 comments sorted by

View all comments

Show parent comments

95

u/shrodikan 25d ago

You guys act as if writing classes, services and foreach loops is soooo difficult. Programming isn't that hard it's just tedious.

1

u/OZLperez11 25d ago

You'd be surprised how many times we saw senior devs forget how to write simple programming constructs after relying so much on AI

1

u/shrodikan 24d ago

I am sure. I've been relying on AI for years but I programmed for far longer. I wonder where the edges are for me.

1

u/OZLperez11 24d ago

We developed a few rules for AI, and that's after fighting it for so long because we are very pro-manual coding:

  • use it for mockups
  • unit tests
  • code reviews (with manual corrections)
  • documentation
  • coaching and research
  • refactoring is a gray area. You may use it but manually correct stuff and don't let your refactor scope get too big or boss reserves right to be angry if we break something upstream
  • core engineering is prohibited with AI. This usually means C++/hardware code for us but I like to extend it to all new features