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 😄
In the Markdown side exercise, the task is defined as
, where there is some code that needs to be improved. However, after downloading the files, the
Markdown.javafile, only contains the following :Am I expected to code from scratch? Because that would contradict the description of the task.
Thanks in advance 😄