Glossary

Don't comment:

Every single line (this makes code *harder* to read, not easier) - Obvious things (`x = 5 # assign 5 to x`) - Instead of writing clear code (fix the code, don't explain the mess)

Learn More

Related Terms