|
|
|
|
|
|
35
|
|
35
|
|
|
36
|
> - Exercises 1-20: provide stubs for all required constructors and methods. Stubs should include the following body:
|
36
|
> - Exercises 1-20: provide stubs for all required constructors and methods. Stubs should include the following body:
|
|
37
|
`throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
|
37
|
`throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
|
|
38
|
-> - Exercises 21+: provide no stubs by default, but either (1) add hints to the HINTS.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
|
|
|
|
|
|
38
|
+> - Exercises 21+: provide no stubs by default, but either (1) add hints to the hints.md file (which gets merged into the README.md for the exercise) or (2) provide stubs as in exercises 1-20 for exercises that demand complicated method signatures.
|
|
39
|
|
39
|
|
|
40
|
References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930)]
|
40
|
References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930)]
|
|
41
|
|
41
|
|
|
|
|
|
|
|
56
|
|
56
|
|
|
57
|
### Multiple file submissions
|
57
|
### Multiple file submissions
|
|
58
|
|
58
|
|
|
59
|
-> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a HINTS.md file reminding the practitioner that the CLI supports multiple file submissions.
|
|
|
|
|
|
59
|
+> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a hints.md file reminding the practitioner that the CLI supports multiple file submissions.
|
|
60
|
|
60
|
|
|
61
|
References: [[1](https://github.com/exercism/java/issues/365#issuecomment-292533120)]
|
61
|
References: [[1](https://github.com/exercism/java/issues/365#issuecomment-292533120)]
|
|
62
|
|
62
|
|