09. Team Feature Development
Choose Your Track
Depending on your team size, choose the appropriate guide below:
Team of 2 Guide
- Member A: Implements Average Calculation logic.
- Member B: Implements Reset Functionality.
Team of 3 Guide
- Member A: Implements Average Calculation logic.
- Member B: Implements Reset Functionality.
- Member C: Implements Dark Mode Toggle.
Learning Objectives
- Parallel Development: Working on different branches at the same time.
- Merge Conflicts: Understanding why they happen and how to resolve them.
- Code Review: Critiquing peer code before merging.
- Bug Fixing: Identifying and fixing issues in merged code.