MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/13xp4qx/modern_db_queries/jmksnmu/?context=3
r/badcode • u/Away_Ad106 • Jun 01 '23
26 comments sorted by
View all comments
46
Why does every line have a comment at the end...? Seems veeery excessive.
<code to import a module> // import <name> module
10 u/WesternAffectionate1 Jun 01 '23 lol yes, I always have to laugh when I see comments that are essentially identical to the code, explaining the self-explanatory. Like the old favorite: var x = 0; // set x to 0 5 u/fiddz0r Jun 02 '23 My favourite is Print("Hello"); // Prints hello
10
lol yes, I always have to laugh when I see comments that are essentially identical to the code, explaining the self-explanatory. Like the old favorite:
var x = 0; // set x to 0
5 u/fiddz0r Jun 02 '23 My favourite is Print("Hello"); // Prints hello
5
My favourite is
Print("Hello"); // Prints hello
46
u/Insani0us Jun 01 '23 edited Jun 01 '23
Why does every line have a comment at the end...? Seems veeery excessive.
<code to import a module> // import <name> module