question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Markdown Side Exercise - Code Missing

See original GitHub issue

In 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mirkoperillocommented, Apr 6, 2021

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

1reaction
juan-castrilloncommented, Apr 13, 2021

Thanks a lot 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found