Software Engineering Discussion
Question 1
Recursion is a double edged sword. It can be quite helpful and it can dramatically impact performance in a negative way and even cause runtime errors.
• Discuss when you think recursion should be used and when it shouldn't.
• Include an example (do not cut-and-paste).
Question 2
What is software engineering? Why is it needed?