jjmoore1970/functions icon
public
Published on 6/22/2025
functions

[R] prefer named functions over comments

Rules

[R] prefer named functions over comments

  • If a comment explains a block of logic, extract that logic into a well-named function instead. This improves readability and eliminates the need for the comment.