What does the principle "Don't repeat yourself" (DRY) suggest about the use of functions?
Avoid using functions as they tend to be repetitive.
Create functions for code that you use repeatedly to avoid redundancy.
Copy and paste code wherever needed to ensure consistency.