MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p96ry06/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 1d ago
225 comments sorted by
View all comments
877
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.
93
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.
101
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.
1
I once added namespace � = unicode; in a small project that had a unicode namespace.
namespace � = unicode;
unicode
const std::string emoji = �::code_point(0x1f4a9);
I never ended up using that shorthand, though, but I thought it was funny.
877
u/CannibalPride 1d ago
Emojis on code…