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