Skip to content

Commit c080efc

Browse files
committed
POLICIES.md: xjava -> java
1 parent 565e4b2 commit c080efc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

POLICIES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Our policies are not set-in-stone. They represent directions chosen at a point i
3030

3131
> Most (all?) exercises should be implemented in the form of instance methods since they contain "domain logic" and we (Exercism) want to encourage exemplary software.
3232
33-
References: [[1](https://github.com/exercism/xjava/issues/177#issuecomment-261291741)]
33+
References: [[1](https://github.com/exercism/java/issues/177#issuecomment-261291741)]
3434

3535
### Starter implementations
3636

@@ -40,7 +40,7 @@ References: [[1](https://github.com/exercism/xjava/issues/177#issuecomment-26129
4040
`throw new UnsupportedOperationException("Delete this statement and provide your own implementation.");`
4141
> - Exercises 21+: provide no stubs, but mention any "interesting" interface aspects in the HINT.md file (which gets merged into the README.md for the exercise).
4242
43-
References: [[1](https://github.com/exercism/xjava/issues/178)]
43+
References: [[1](https://github.com/exercism/java/issues/178)]
4444

4545
### Do not make user-facing classes `final`
4646

@@ -50,22 +50,22 @@ References: [[1](https://github.com/exercism/xjava/issues/178)]
5050

5151
> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test")` (single test) or `@Ignore("Remove to run tests")` (parametrized test).
5252
53-
References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
53+
References: [[1](https://github.com/exercism/java/issues/101#issuecomment-249349204)]
5454

5555
### Multiple file submissions
5656

5757
> The first exercise in the track whose test suite mandates multiple solution files should be accompanied by a HINT.md file reminding the practitioner that the CLI supports multiple file submissions.
5858
59-
References: [[1](https://github.com/exercism/xjava/issues/365#issuecomment-292533120)]
59+
References: [[1](https://github.com/exercism/java/issues/365#issuecomment-292533120)]
6060

6161
### Good first patches
6262

63-
> Aim to keep 10-20 small and straightforward issues open at eny given time. Identify any such issues by applying the "Good first patch" label. You can view the current list of these issues [here](https://github.com/exercism/xjava/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+patch%22).
63+
> Aim to keep 10-20 small and straightforward issues open at eny given time. Identify any such issues by applying the "Good first patch" label. You can view the current list of these issues [here](https://github.com/exercism/java/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+patch%22).
6464
65-
References: [[1](https://github.com/exercism/xjava/issues/220#issue-196447088)]
65+
References: [[1](https://github.com/exercism/java/issues/220#issue-196447088)]
6666

6767
### Simple onboarding
6868

6969
> The Installing Java instructions should seek to minimize the number of steps and the number of concepts a new-to-the-track practitioner needs to learn to get to coding.
7070
71-
References: [[1](https://github.com/exercism/xjava/issues/395#issue-215734887)]
71+
References: [[1](https://github.com/exercism/java/issues/395#issue-215734887)]

0 commit comments

Comments
 (0)