Checklist: exercises that could be implemented
See original GitHub issueHi there (new) contributors.
The way this works is you can follow the link below to the problem specifications. This is the canonical data we have for this exercise. If you want a grasp of how this exercise might look, have a look at other tracks, where this exercise is implemented. You’ll probably want to start with similar languages such as typescript
and coffeescript
, and then perhaps other loosly-typed languages such as ruby
or python
.
- Open a new issue, we’ll label it with
new exercise ✨
- We’ll assign the issue to you, so you get to work on this exercise
- Create a new folder in
/exercises
- You’ll need to
sync
this folder with the matching config files. You can usescripts/sync
to do this:ASSIGNMENT=slug npx @babel/node scripts/sync
. - Create a
<slug>.js
stub file. - Create a
<slug>.spec.js
test file. Here add the tests, per canonical data if possible. - Create a
example.js
file. Place a working implementation, assuming it’s renamed to<slug>.js
- Run the tests locally, using
scripts/test
:ASSIGNMENT=slug npx @babel/node scripts/test
. - Open a PR.
NOTE: ~Use this link for a ⚡️ live list of unimplemented exercises.~
The link above is currently broken. This one searched through the issues and DOES work.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Building Exercise Checklists
How do you progress exercises in your programming? How do you know when strong is strong enough? Do you order your exercises with...
Read more >Muscle Mobility Checklist - Exercise Quick Guide
Muscle Mobility Checklist · 1. Roll out feet · 2. Foam roll calves · 3. Foam roll quads · 4. Foam roll glutes...
Read more >Weekly Workout Plan Checklist - Real Simple
Weekly Workout Plan Checklist ; Bicep curls, 10 reps; Triceps kick-backs, 10 reps ; Crunches, 20 reps; Bicycle crunches, 20 reps; Oblique crunches ......
Read more >Daily Checklists | Fitness goals printable, Fitness ... - Pinterest
Daily Checklists – smile and breathe Fitness Motivation, Fitness Goals, ... Summer Body Workouts, Body Workout Plan, At Home Workout Plan, Belly Workout,....
Read more >Workout Checklist Template - 9+ Free Word, PDF Format ...
Our checklist templates can be downloaded easily and for free, so you won't have to spend a single cent on your workout guides...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, I have removed the checklist so that we don’t have to manually maintain it.
Ahh, I did not check the already implemented ones. Let me quickly update the above list so others don’t get confused 😃