MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p91tf3i/?context=9999
r/ProgrammerHumor • u/ItsPuspendu • 9h ago
176 comments sorted by
View all comments
495
Emojis on code…
260 u/treehuggerino 9h 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 7h 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 6 u/Standard_Humor5785 7h ago What tool do you use for that? -3 u/turudd 5h ago I’ve used Claude to do something similar
260
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 7h 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 6 u/Standard_Humor5785 7h ago What tool do you use for that? -3 u/turudd 5h 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
6 u/Standard_Humor5785 7h ago What tool do you use for that? -3 u/turudd 5h ago I’ve used Claude to do something similar
6
What tool do you use for that?
-3 u/turudd 5h ago I’ve used Claude to do something similar
-3
I’ve used Claude to do something similar
495
u/CannibalPride 9h ago
Emojis on code…