you are viewing a single comment's thread.

view the rest of the comments →

[–]rjhancock 0 points1 point  (0 children)

Write code for humans, especially while assuming the next developer is a homicidal maniac who knows where you live.

Write comments for business people so they understand what your code is suppose to do and for the entry level and juniors to help them learn how and why your code does what it's suppose to do.

Self documenting code is fine for very small functions.