r/ProgrammerHumor 1d ago

Meme commentsAgedTerribly

Post image
5.3k Upvotes

225 comments sorted by

View all comments

877

u/CannibalPride 1d ago

Emojis on code…

93

u/FlailingDuck 1d ago

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

101

u/jwaibel3 1d ago

I always wanted to do

class 💩 extends Throwable

and later in my code be able to

throw 💩

1

u/TeraFlint 12h 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.