Hands on steps for lab
- Pair up in teams of 2 (or 3 if necessary).
- One member of the team will create a new repository on github and invite the other teammember(s) as collaborators on the repo.
- Using the Github web UI, each team member will create a new file in the repo, and paste their code for presidential speaches into it.
- Commit you changes (from the github UI) as a pull request / separate branch.
- Now each team member will go to the pull request made by another team member and look at the code changes.
- Read eachother’s code carefully and leave some thoughtful comments.
- The comments may be about implementation details, efficiency concerns, or style and readability
- Remember to be constructive and kind :)