Teaching: How can you motivate students to comment?
Posted
by
keflavich
on Programmers
See other posts from Programmers
or by keflavich
Published on 2012-09-22T04:04:42Z
Indexed on
2012/09/22
9:49 UTC
Read the original article
Hit count: 264
I remember when I was taught, "comments are the most important part of code." Or rather, when I was told that comments are the most important part of the code. I don't think I was convinced, and I still see common cases where programmers are not convinced of the necessity of good & thorough comments.
I am certainly convinced myself at this point - trying to read, in particular, complex formulae that call functions that call other functions that I don't understand - but I don't know how to convey this to students.
© Programmers or respective owner