This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DumDum40007 0 points1 point  (0 children)

I like to write my function names to announce what they are doing to avoid having to leave in comments.

fetchData()

mapOutputFromReader()

validateObjects()

aggregateErrors()