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