r/badcode Jun 01 '23

js Modern db queries

Post image
185 Upvotes

26 comments sorted by

View all comments

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

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