Skip to content

Commit

Permalink
Add paired-programming guideline to share end results (#674)
Browse files Browse the repository at this point in the history
It's nice to see the results of the code you helped write, because it
helps give a sense of accomplishment, you can review it for more
learning or practice, or you can look for errors. But sometimes you're
pairing on a private repository that only one of you has access to, so
those results aren't automatically available. By explicitly sharing
them, we can have something extra to brag about and learn from.
  • Loading branch information
thoughtbot-summer authored Dec 27, 2022
1 parent 60e3e3d commit 919cad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions working-together/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ A guide for working well together.

**After:**

- Share with each other the end results, such as code changes or screenshots,
if they're not already accessible by both parties.
- Ask for Feedback (What did we do well? What could we have done better? It’ll
feel weird, do it anyway)

Expand Down

0 comments on commit 919cad8

Please sign in to comment.