documentation: add hints for the first exercises without starter implementation
See original GitHub issueI like your idea for allergy code.
However, I can’t find any main method so I am having some trouble understanding how it really works.
Also I am having trouble running a test for $ gradle test
in my terminal. Perhaps I am missing something in my install? Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
prime-factors: add hints about no starter implementation #1091
According to our starter implementation policy all exercises with difficulty 4 or lower should have starter implementation.
Read more >30-Day Quick-Start Exercise Guide for Beginners - Verywell Fit
Want to shape up but don't know where to start? Get the most out of your first month of exercise with this step-by-step...
Read more >OT Notes Guide (with Examples and Cheat Sheets!)
Our goal here is to help you you create the type of occupational therapy documentation that clearly communicates your OT eval and plans....
Read more >Bodyweight Workout for Beginners: 20-Minute at Home Routine
The best bodyweight workout and exercises for beginners you can do at home. No equipment or gym required. Build muscle and burn fat ......
Read more >AP® Computer Science A Elevens Lab Student Guide
Activity 1. - 4 -. Elevens Student Lab Guide. Exercises: 1. Complete the implementation of the provided Card class. You will be required...
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 Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @daveziegler55 - the
allergies
exercise does not have a starter implementation with it in line with our POLICIES.md, as it is rated 4 or higher in terms of difficulty.However, the enums used for this exercise are in
Allergen.java
. I imagine that you are getting this file confused with the implementation you are meant to create. If you haven’t already, I would make another Java file in thesrc/main/java/
directory calledAllergies.java
, and then create your implementation in this file!Please let me know if this helps - there is also guidance available in the Gitter room if you ever need it 🙂
I’ve made a PR 😃