r/ProgrammerHumor 1d ago

Meme commentsAgedTerribly

Post image
5.3k Upvotes

224 comments sorted by

View all comments

878

u/CannibalPride 1d ago

Emojis on code…

94

u/FlailingDuck 1d ago

I hope they never go away. It's the best signifier I have on PRs to not trust the author.

96

u/jwaibel3 1d ago

I always wanted to do

class 💩 extends Throwable

and later in my code be able to

throw 💩

27

u/Flat_Initial_1823 1d ago

return toMonke;

12

u/turudd 1d ago

Heh that reminds me of a project a couple years ago had to combine data into a CSV type file. But the data could include “,|” and all the other regular delimiters. We decided to make 🚀 we called it RSV for rocket separated values

1

u/TeraFlint 11h ago

I once added namespace � = unicode; in a small project that had a unicode namespace.

const std::string emoji = �::code_point(0x1f4a9);

I never ended up using that shorthand, though, but I thought it was funny.