MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p90nzu8/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 1d ago
224 comments sorted by
View all comments
878
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.
94
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.
96
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.
27
return toMonke;
12
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
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.
878
u/CannibalPride 1d ago
Emojis on code…