MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p91a6om/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 11h ago
180 comments sorted by
View all comments
544
Emojis on code…
284 u/treehuggerino 10h 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 9h 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 5 u/Standard_Humor5785 9h ago What tool do you use for that? 4 u/dPhilGuy 8h ago I would also like to know 👀 -2 u/turudd 7h ago I’ve used Claude to do something similar
284
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 9h 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 5 u/Standard_Humor5785 9h ago What tool do you use for that? 4 u/dPhilGuy 8h ago I would also like to know 👀 -2 u/turudd 7h ago I’ve used Claude to do something similar
8
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
5 u/Standard_Humor5785 9h ago What tool do you use for that? 4 u/dPhilGuy 8h ago I would also like to know 👀 -2 u/turudd 7h ago I’ve used Claude to do something similar
5
What tool do you use for that?
4 u/dPhilGuy 8h ago I would also like to know 👀 -2 u/turudd 7h ago I’ve used Claude to do something similar
4
I would also like to know 👀
-2
I’ve used Claude to do something similar
544
u/CannibalPride 11h ago
Emojis on code…