Quellcode durchsuchen

Fix hints file name in POLICIES doc

Stuart Kent vor 9 Jahren
Ursprung
Commit
ab11c68799
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      POLICIES.md

+ 2
- 2
POLICIES.md Datei anzeigen

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