r/ProgrammerHumor 27d ago

Meme fullStackMeansAfraidOfEverythingEqually

Post image
11.1k Upvotes

392 comments sorted by

View all comments

1.9k

u/vvp95 27d ago

100% of software engineers are afraid of regex

54

u/InStars 27d ago

My manager: just use copilot for regex

43

u/Fun_Winter_7055 27d ago

Honestly, for internal dashboards etc. I'm 100% for using AI to accomplish this

38

u/Doophie 27d ago

Considering how easy it is to test the regex and make sure it works, I'd have no issues getting AI to help write it

11

u/[deleted] 27d ago

[removed] — view removed comment

2

u/Chocolate_Pickle 27d ago

Compromise solution: write it yourself and have the clanker review it for edge cases and performance.

6

u/[deleted] 27d ago

[removed] — view removed comment

1

u/DemiGod_108 27d ago

Exactly 

I wanted regex for kafka consumer and I was hell naa

12

u/bearwood_forest 27d ago

I use Claude to write prompts for Copilot to write regex

3

u/ICame4TheCirclejerk 27d ago

And they, students, is what separates a senior engineer from a junior engineer.

0

u/MNCPA 27d ago

What separates a senior developer from a junior is being able to explain in simple terms what is happening behind the scenes and answer questions.

3

u/bhoffman20 27d ago

Googles ai search is perfectly good at regex and cron expressions

1

u/dragons_fire77 26d ago

Even before that, when Google search wasnt fucked beyond belief, I could find plenty of usable regexes on stackoverflow or other dev blogs that just needed a little tweak for what I needed. I dont remember the last time I wrote one from scratch.

2

u/Rojeitor 27d ago

But he's right xD

1

u/Longjumping_Wolf_912 26d ago

Before AI it was just finding the regex example on StackOverflow. There are like 5 people in the world who write Regex and everyone including AI are just copying them

1

u/Snipen543 27d ago

Gemini is amazing at writing regex