Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
jjmoore1970
functions
public
Published on 6/22/2025
functions
[R] prefer named functions over comments
Rules
Star
0
Add block
Preview
Markdown
[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.