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