Code organization
Organizing and writing code for maintainability and readability
Slides
Packages
Resources
- How Developers Choose Names, Dror G. Fietelson
- The Programmer’s Brain, Felienne Hermans
- Explaining variable, Pete Hodgson
- Why comment your code as little (and as well) as possible - R-hub blog
- Coding style, coding etiquette - R-hub blog
- Code smells and feels, Jenny Bryan
- The Art of Readable Code, Dustin Boswell and Trevor Foucher
- Refactoring: Improving the Design of Existing Code, Martin Fowler
- Object of type ‘closure’ is not subsettable, Jenny Bryan (rstudio::conf(2020))