issues Search Results · repo:Together-Java/ModernJava language:JavaScript
Filter by
0 results
(67 ms)0 results
inTogether-Java/ModernJava (press backspace or delete to remove)In section 9.2 Common Escape Sequences, an example is given of assigning the literal ¯\_(ツ)_/¯ to a String. The text
says you need to escape the first backslash. However, there is only one backslash in ...
DainTrain
- 2
- Opened on Jan 12
- #64
https://javabook.mccue.dev/static_methods/factories code block 4 should compile? it has the no-compile icon
caught by discord user: burn_bridges_55555
bowbahdoe
- Opened on Dec 17, 2024
- #63
It would be helpful to have a section about Serialization/Deserialization. I am suggesting this because I wanted to
check what is serialized by default and thought I might find it quickly here.
That s ...
Alecsandu
- 3
- Opened on Dec 14, 2024
- #61
When attempting to run examples, the book returns the output Playground Communication: timeout.
To reproduce:
1. Open a runnable example, such as one of those on this page.
2. Click the run button ...
iWiggins
- 1
- Opened on Nov 18, 2024
- #59
Feedback from u/Kaathan on reddit
https://www.reddit.com/r/programming/s/nllBX0xvd4
We currently have a challenge that assumes you know that variables can be assigned to other variables before showing ...
ordering
bowbahdoe
- Opened on Nov 11, 2024
- #57
Pretty much all codeboxes in src/boxed_primitives are not formatted correctly.
Instead of:
void main() {
Boolean b = null;
System.out.println(b);
b = true;
System.out.println(true); ...
MrMystery10-del
- 2
- Opened on Mar 18, 2024
- #39
The button on top right of the website isn t working because the link is expired.
aln-chg
- Opened on Feb 13, 2024
- #32
Added a basic preprocessor, but it will misbehave if conditions are nested. That isn t a problem right now but it might
be worth tackling before someone foot guns
valid
bowbahdoe
- 2
- Opened on Mar 15, 2023
- #20
Folder: 6. Integers / 6.9. Operator Precedance
I noticed the following problems on example in this section:
- On Following the order of operations: we don t have a previous operation (without started). ...
vitorlany
- Opened on Mar 13, 2023
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.