Team Collaboration & Accountability
Code reviews, clear written communication, and taking ownership of your deliverables decide whether a team can keep shipping quickly and reliably. This is about what a reviewer actually looks for, how to give and receive constructive feedback, and how to report status through a PR description, an issue comment, or a sprint board update — without needing a meeting to explain what's going on.
Starting Points
- Google Engineering Practices. Code Review — introduction and reviewer guide; The Standard of Code Review.
- Fowler, M. On Pair Programming. martinfowler.com.
Key Points
- You participate in code reviews as both author and reviewer, with a clear pull request description (what, why, how) and constructive, respectful feedback.
- You demonstrate pair programming at least once: switching between driver and navigator, and explaining what the session gained you.
- You use written channels (MR comments, issue tracker, team chat) clearly and professionally, so teammates understand status and blockers without a meeting.
- You take ownership of your assigned work: keeping the sprint board up to date, flagging blockers proactively, and meeting the Definition of Done before marking work complete.