• perviouslyiner@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    28 days 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.