(Builds on: Coding basics)
Code style is simultaneously incredibly important and utterly trivial. It’slikepunctuation: sureyoucanmakedowithoutit, but proper punctuation can sure make things easier to read!
When you’re working with others, it’s a really good idea to share a common style so that everyone can easily read and write the code. These readings will introduce you to a common style.
Workflow: code style [r4ds2-5]
Style guide [workflow-3]
The tidyverse style guide. The official tidyverse style guide includes more information than the DCL style guide. Take a look at sections 1-5.