Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Exercise(s) - Quality and Collaboration #88

Open
s2t2 opened this issue Jul 28, 2021 · 1 comment
Open

Better Exercise(s) - Quality and Collaboration #88

s2t2 opened this issue Jul 28, 2021 · 1 comment

Comments

@s2t2
Copy link
Member

s2t2 commented Jul 28, 2021

The current exercises (Testing 123, CI 123, Codebase Cleanup, Developer Collaboration), are a bit disjointed.

It's possible that a single iterative exercise would be better.

We want to provide practice in the following areas:

  1. Branch Operations
  2. Refactoring / Simplification
  3. Pull Request Workflow, including Reviews and Checks
  4. Automated Testing

Notes / Thoughts:

  • A shared repo model is probably easier conceptually than an open source model (see Developer Collaboration).

  • It might be more helpful to start from scratch (e.g. Testing, 123) rather than an existing repo (e.g. Codebase Cleanup).

  • All solution code should be on hand in a single place, for everyone to reference (feels bad to have to reach back to the RPS lesson prep for the final code solution). The exercise description subdirectory is probably a great place for this (see Web App exercise).

  • Code Climate is buggy with regard to old repos that have been deleted and re-forked (namely any demo repo I'm using that has been forked rather than created from scratch), so this maybe another reason to go with a from-scratch approach.

@s2t2 s2t2 added the enhancement New feature or request label Jul 28, 2021
@s2t2
Copy link
Member Author

s2t2 commented Aug 3, 2021

Some students have asked for more resources to help them collaborate after a PR has been merged. The notes in the course repo answer these questions using the Git CLI, but since students are using GitHub Desktop, that guidance is not the most helpful.

We found that by following this guide, we were able to get things to work via GitHub Desktop:
https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github/syncing-your-branch

@s2t2 s2t2 removed the enhancement New feature or request label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant