Advertisement
lubattillah

comments

May 24th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. #How do comments benefit the author of the program?
  2. """
  3. Comments benefit the author of the program to remember
  4. the logic of a particular section of the code even after
  5. sometimes of no coding or when extensibility of the functionalities are needed.
  6. """
  7. #How do the programmer's comments benefit others?
  8. """
  9. Programmer's comments benefits others in understanding what is the code
  10. doing and how it is working by providing a brief narrations.
  11. """
  12. #How do you encourage your learners to include comments in their code
  13. """
  14. I encourage them using comments in their code because they facilitate
  15. their logical thinking as well as help them memorizing what they are
  16. supposed to do with that particular section of the code. Apart from that
  17. they help othe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement