CPSC 480-010 Software Engineering (SE) Fall 2025

Exercise 34: Team Text Match II Posted: Oct 14

In your repository the branch feedback in the file Feedback.md is a Claude (LLM) analysis of the team history for Exercise 33: Team Text Match. I suggest viewing it at GitHub.

Read over the analysis and think about what can be improved, not only about your current version of the code, but also about your process. Even if your process worked and you did well, consider how you can parallelize your development (instead of waiting while someone else makes changes).

Follow the instructions for Exercise 33: Team Text Match

The targets from last time were: make clean, make run, make test

Once you have all those targets implemented, implement the following:

As before, this is due by the end of class. No commits outside of class.