Checkpoint 9.8.1.
What is a functional programming style?
- Writing modifiers only if there is a compelling advantage. Otherwise, write pure functions.
- Correct!
- Writing fill-in functions only if there is a compelling advantage. Otherwise, write modifiers.
- Try again.
- Writing pure functions only if there is a compelling advantage. Otherwise, write modifiers.
- Try again.