Java: Markdown Side Exercise - Code Missing

Created on 14 Sep 2020  路  8Comments  路  Source: exercism/java

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 馃槃

bug good first issue help wanted

Most helpful comment

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

All 8 comments

It looks like this commit removed the implementation https://github.com/exercism/java/commit/b2818e484d9b9badf4130e060fcfe06c6198544a#diff-83b893441096ed6cc3647b0c8759928372c9214df9d244a76bc7f63d30a54667

@jmrunkle Could you take a look at this pls 馃檪

I noticed this too... I could use this commit later

(cc @exercism/java)

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 :)

Thanks a lot 馃槉

One thing to note is that this won't sync until v3 is launched now as the repos are disconnected from the website.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stkent picture stkent  路  4Comments

FridaTveit picture FridaTveit  路  6Comments

FridaTveit picture FridaTveit  路  6Comments

FridaTveit picture FridaTveit  路  6Comments

himanshugoyal1065 picture himanshugoyal1065  路  4Comments