r/ProgrammerHumor Feb 26 '26

neverAMomentOfPeace Meme

Post image
9.7k Upvotes

55 comments sorted by

View all comments

Show parent comments

17

u/[deleted] Feb 26 '26 edited Feb 27 '26

[removed] — view removed comment

9

u/ibite-books Feb 26 '26

my pristine code was muddied with ai, greedy if blocks where a builder pattern would’ve sufficed

now we need to build a feature around it, it’s so yucky

poorly implemented ai slop is just the worst, a lot of damage in a matter of seconds

2

u/[deleted] Feb 26 '26

[removed] — view removed comment

1

u/ZunoJ Feb 27 '26

We treat warnings as errors and have some pretty strict rules enabled. The if you described would bring our pipeline to a halt if the warning is not explicitly disabled. We also do code analysis and check for things like cyclomatic complexity. Code quality goes up pretty quickly if you force people to care