if you want to move on from being a beginner, remove all comments from your code
This is such bad advice. The correct advice would be to comment effectively, do not comment every line. Just what is not readable.
you say it is bad advice.
other people (Uncle Bob) say it is good advice.
he also says that
"comments are failures as the programmer's intent is not expressed"
"comments are clutter"
"stupid comments = all we are saying is give code a chance"
This is such bad advice. The correct advice would be to comment effectively, do not comment every line. Just what is not readable.
you say it is bad advice.
other people (Uncle Bob) say it is good advice.
he also says that
"comments are failures as the programmer's intent is not expressed"
"comments are clutter"
"stupid comments = all we are saying is give code a chance"