https://github.com/githubnext/copilot-timed-experiment
https://github.com/githubnext/copilot-timed-experiment
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubnext/copilot-timed-experiment
- Owner: githubnext
- Created: 2022-02-03T04:58:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T09:55:09.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:44:05.036Z (10 months ago)
- Language: JavaScript
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Copilot: Timed Experiment
Hello! If you're reading this, then the clock has already started. Let's go!
1. First, `npm i` to install all the needed dependencies
2. The task's instructions are inside `index.js`
3. The clock stops when you commit **and push** an implementation that passes the test suite. No points are awarded for solutions that are not pushed to GitHub!
## Frequently asked questions
> How do I run the test suite locally to check my work?
`npm test` will run the test suite.
> Am I allowed to consult the internet?
Do whatever you would normally do to write code!
> How often should I push my work to GitHub?
> Should I wait until everything works?
Push as often as you like! We measure from the time you accept the assignment until the moment that GitHub Classroom records a successful run of the entire test suite. We ignore failed/partially failed test runs.
> How much time has elapsed? How much time is left?
> Can I see the timer?
There's no way to see the timer. When we can see a passing test suite, we stop the clock.
Good luck! Make all the tests pass!