CS257 Software Design Friday, 30 September 2022 1. My morning software quandaries - "step asymmetry"?? - chaos in learning software development 2. Code reviews Monday - WE WILL HAVE CLASS ON ZOOM - Check your 6-person group in #announcements - Send that group the URL to your team's repo - For each of the other two teams in your group - Read usage.txt - Read code - Prepare <=.5-page feedback - Monday - In breakout groups - Pick a team. That team shares screen with code. - Discussion ensues - 10-15 minutes - Switch teams & repeat - Jeff & Quoc will drop in--roll with it - After the discussion, Slack your feedback to the teams in question 2. Special methods in Python classes __eq__ (Book, Author) __lt__ __str__ __repr__ How this applies to sorting