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...
May 14, 20243 min read20
