you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 2 years ago* (last edited 2 years ago)

What they mean is that the variable names and function names are documentation.

For example changing "for( i in getList() )" to "for( patient in getTodaysAppointments() )" is giving the reader more information that might negate the need for a comment.

  • source
  • parent