Markdown Side Exercise - Code Missing
See original GitHub issueIn the Markdown side exercise, the task is defined as
a refactoring exercise
, where there is some code that needs to be improved. However, after downloading the files, the Markdown.java
file, only contains the following :
/*
Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.
Please remove this comment when submitting your solution.
*/
Am I expected to code from scratch? Because that would contradict the description of the task.
Thanks in advance 😄
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
15 Common Problems with rmarkdown (and some solutions)
To avoid problems in the first place, I try and do the following: Develop code in chunks and execute the chunks until they...
Read more >2.6 R code chunks and inline R code | R Markdown - Bookdown
Chunk labels are mainly used in filenames of plots and cache. If the label of a chunk is missing, a default one of...
Read more >Why seven (7) spaces is used when nesting code fragment to ...
So it seems that RStudio and pandoc need 7-spaces indent for correct rendering of the code in the list element. Why this happen?...
Read more >R Handout Spring 2022 03 - Working Directory, R Markdown ...
exercise may be mediated through a reduction of body mass index. ... Codes. Missing data. 1. HT. Hormone Therapy numeric. 0 = placebo....
Read more >Interactive Exercises • learnr
Learn how to create interactive exercises with code chunks in R Markdown ... A “Hint” or “Solution” button is added to the left...
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
it seems an error maybe not considering the refactor nature of this exercise. I think we can recover the initial implementation (to permit the refactor exercise) using the commit signaled by @brownmike
Thanks a lot 😊