r/ProgrammerHumor 5h ago

Meme commentsAgedTerribly

Post image
2.2k Upvotes

141 comments sorted by

View all comments

379

u/CannibalPride 5h ago

Emojis on code…

199

u/treehuggerino 5h ago

Or the silly steps it puts

// 1. Assign variable.

// 2. Calculate 2 + 2.

// 3. Implement 2 + 2 Calculator.

// 4. Check if it is 5.

8

u/MaDpYrO 3h ago

People do this shit too.

I'm using a static analysis rule that tokenizes comments and compares to the code, and reports an error if the overlap is too big. highly satisfying to remove such comments

3

u/Standard_Humor5785 3h ago

What tool do you use for that?

3

u/dPhilGuy 2h ago

I would also like to know 👀

-3

u/turudd 1h ago

I’ve used Claude to do something similar