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 a lot of good practices in the course, such as:

  • use RStudio
  • use projects (lesson 6)
  • use renv (lesson 14)
  • suffix variables that store raw imports with _raw

I want to cover a couple more in this lesson.