CS257 Software Design Monday, 2 June 2025 + Wednesday - project questions - what we did - what we didn't do (and would do next) - AMA + Code review - Find your other group - Talk about one group's code for 20-25 minutes - When I tell you to, switch and talk about the other group's code - After class: send your notes to the other team (and to me) via Slack DM + Debrief - New good ideas - Combine lots of closely related API endpoints into one with GET parameters - List of team names was not clear enough, so adding search filtering that helps unfamiliar users get started - Use variables in CSS to store hard-coded values like colors - Oops, forgot my help.html file and the other people noticed! Just because a file is in your local repo, doesn't mean you've pushed it. - Am I testing my code enough (NO) - Use and pay attention to "git status" - API redesign can simplify code (which is almost always good) - Other - people have different tastes in color palettes, etc. -