Stuart Kent преди 9 години
родител
ревизия
bd099b845e
променени са 1 файла, в които са добавени 3 реда и са изтрити 5 реда
  1. 3
    5
      POLICIES.md

+ 3
- 5
POLICIES.md Целия файл

34
 
34
 
35
 ### Starter implementations
35
 ### Starter implementations
36
 
36
 
37
-> - Exercises 1-10: provide stubs for all required constructors and methods. Stubs should include the following body:
37
+> - Exercises 1-20: provide stubs for all required constructors and methods. Stubs should include the following body:
38
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
38
     `throw new UnsupportedOperationException("Delete this statement and write your own implementation.");`
39
-> - Exercises 11-20: provide stubs for all constructors and methods required by the first test; comment-out the bodies of any tests that require non-stubbed constructors or methods. Stubs should include the following body:
40
-    `throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");`
41
-> - Exercises 21+: provide no stubs, but mention any "interesting" interface aspects in the HINTS.md file (which gets merged into the README.md for the exercise).
39
+> - 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.
42
 
40
 
43
-References: [[1](https://github.com/exercism/java/issues/178)]
41
+References: [[1](https://github.com/exercism/java/issues/178)], [[2](https://github.com/exercism/java/pull/683#discussion_r125506930))
44
 
42
 
45
 ### Do not make user-facing classes `final`
43
 ### Do not make user-facing classes `final`
46
 
44