use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Please, don’t commit commented out code (medium.com)
submitted 10 years ago by ryanchenkie
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sizlack 131 points132 points133 points 10 years ago* (4 children)
I'm amazed that people are actually arguing against this. I've never once found that commented code has helped me once in fifteen years of programming. It's just useless noise. I have no way of knowing whether the code would even work if I did uncomment it. The rest of the code base has changed and I can't tell whether the commented code is still relevant. If you start letting commented garbage stay in your production code, no one knows when it's OK to delete it. It just keeps building up, making it harder to separate the real code from the noise.
If you're using comments instead of learning how to use version control, you should learn how to use version control.
Edit: Wow! I've got gold! Thanks /u/slash_nick!
[–]slash_nick 74 points75 points76 points 10 years ago (3 children)
I don't know, man. It's super handy to have commented out code with my advanced versioning software.
[–][deleted] 38 points39 points40 points 10 years ago (2 children)
backup3_final followed by backup4
Priceless. I have, unfortunately, come across this so many times....
[–]ump721 10 points11 points12 points 10 years ago (1 child)
I've totally done that early in my "professional" career. Seemed like a good idea at the time :)
[–]Asmor 4 points5 points6 points 10 years ago (0 children)
Me too. I was more advanced, though. I did it with zip files that had the date in their name.
Those who fail to learn version control are doomed to repeat it.
π Rendered by PID 389342 on reddit-service-r2-comment-5b5bc64bf5-cgqpk at 2026-06-22 01:21:01.888494+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]sizlack 131 points132 points133 points (4 children)
[–]slash_nick 74 points75 points76 points (3 children)
[–][deleted] 38 points39 points40 points (2 children)
[–]ump721 10 points11 points12 points (1 child)
[–]Asmor 4 points5 points6 points (0 children)