Skip to content

Commit 71f7b5a

Browse files
Update representations documentation (#2747)
1 parent a0a20f8 commit 71f7b5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/shared/.docs/representations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ The [Java representer][github-java-representer] applies the following normalizat
44

55
- All comments are removed
66
- All import declarations are removed
7-
- Whitespace is normalized
87
- Identifiers are normalized to a placeholder value
98

9+
After applying the above normalizations, the resulting representation is formatted according to [Google Java Style][google-java-style], to eliminate any remaining differences in code formatting.
10+
1011
## Before you submit
1112

1213
Please check the following things:
@@ -18,3 +19,4 @@ Please check the following things:
1819
Only identifiers used by the exercise tests can be safely referred to because these are always the same for everyone.
1920

2021
[github-java-representer]: https://github.com/exercism/java-representer
22+
[google-java-style]: https://google.github.io/styleguide/javaguide.html

0 commit comments

Comments
 (0)