10 Fast Rules for Documenting Software
Write Comments as You Code
Comments are crucial for understanding code later
Write comments as you code to capture your thought process
Aim for a balanced amount of comments, not too few or too many
# Bad (no comments)
for sequence in parsed_s...
astepin.hashnode.dev3 min read