ソースを参照

Merge pull request #986 from exercism/update-policy

POLICIES: update stub policy for nextercism
FridaTveit 8 年 前
コミット
9770cc386d
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      POLICIES.md

+ 3
- 3
POLICIES.md ファイルの表示

@@ -33,11 +33,11 @@ References: [[1](https://github.com/exercism/java/issues/177#issuecomment-261291
33 33
 
34 34
 ### Starter implementations
35 35
 
36
-> - Exercises 1-20: provide stubs for all required constructors and methods. Stubs should include the following body:
36
+> - Exercises of difficulty 4 or lower: provide stubs for all required constructors and methods. Stubs should include the following body:
37 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 of difficulty 5 or higher: 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 above 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)], [[3](https://github.com/exercism/java/issues/977)]
41 41
 
42 42
 ### Avoid using final
43 43