Lesson 15 - Good Practices

What you will learn in this lesson:

• What a good practice is.
• How to make your code even more future-proof.
• How to make your code more readable and more structured.
• How to be even smarter when you write code.

Good practices are practices you can follow to make your life as a code writer easier. In fact, we already covered multiple good practices in the course, such as:

  • use RStudio
  • use projects
  • use renv
  • suffix variables that store raw imports with _raw

I want to cover a couple more in this lesson.