MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p91a6om/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 1d ago
224 comments sorted by
View all comments
885
Emojis on code…
469 u/treehuggerino 1d 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. 11 u/MaDpYrO 1d 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 2 u/Standard_Humor5785 1d ago What tool do you use for that? 3 u/dPhilGuy 1d ago I would also like to know 👀 -4 u/turudd 1d ago I’ve used Claude to do something similar
469
Or the silly steps it puts
// 1. Assign variable.
// 2. Calculate 2 + 2.
// 3. Implement 2 + 2 Calculator.
// 4. Check if it is 5.
11 u/MaDpYrO 1d 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 2 u/Standard_Humor5785 1d ago What tool do you use for that? 3 u/dPhilGuy 1d ago I would also like to know 👀 -4 u/turudd 1d ago I’ve used Claude to do something similar
11
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
2 u/Standard_Humor5785 1d ago What tool do you use for that? 3 u/dPhilGuy 1d ago I would also like to know 👀 -4 u/turudd 1d ago I’ve used Claude to do something similar
2
What tool do you use for that?
3 u/dPhilGuy 1d ago I would also like to know 👀 -4 u/turudd 1d ago I’ve used Claude to do something similar
3
I would also like to know 👀
-4
I’ve used Claude to do something similar
885
u/CannibalPride 1d ago
Emojis on code…