Skip to content

Commit

Permalink
Add footnote softening the use of "wrong"
Browse files Browse the repository at this point in the history
Co-Authored-By: Ken Fogel <[email protected]>
  • Loading branch information
bowbahdoe and omniprof committed Nov 12, 2024
1 parent 480d678 commit a8996c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/variables/challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void main() {

## Challenge 5

Some of the variables in this program are named "wrong." Fix them.
Some of the variables in this program are named "wrong."[^byconvention] Fix them.

```java,editable
void main() {
Expand All @@ -100,4 +100,6 @@ void main() {
String FASTRunner = "bolt";
String slowRunner = "tortoise";
}
```
```

[^byconvention]: By currently prevalent social conventions. None are actually "wrong" from the perspective of Java.

0 comments on commit a8996c9

Please sign in to comment.