mjk

mjk

Java by Comparison: List of typos in Book version P1.0 March 2018

Here is a list of probable typographic and editing errors.

  • p. 3, “to discuss, if it’s better” -> “to discuss if it’s better”
  • p. 8, “Brackets” (twice) -> “Parentheses”. I beg the indulgence of en-UK speakers, but in en-US and in the Java Spec, “brackets” refers to square brackets or angle brackets and not to parentheses; note also this entry in the index, p. 167: “[] (brackets), Booleans, 8”
  • p. 25, the third change arrow in the margin of the snippet should be removed, as the line is unchanged from that on p. 24
  • pp. 30-31, “1.60934;” -> “1.609344;”
  • p. 33, “on page 48 so that” -> “on page 48, so that”
  • p. 49, “(Trailing whitespaces)” -> “(Leading and trailing whitespace)”
  • p. 52, “both–a” -> “both a”
  • p. 53, “is clearly standing” -> “clearly stands”
  • p. 53, “The following description” -> “The subsequent description”, or “The description that follows the summary sentence”
  • p. 54, “when you pass null”, the “null” is in the wrong font, see page 6 for a precedent of using the inline code font for null
  • p. 61, “the name … already scream out” -> “the name already screams out”
  • p. 62. “JavaBeans and yes” -> “JavaBeans, and yes”
  • p. 71, “lastname” -> “lastName”
  • pp. 74-75, “1079252850” -> “1079252848.8” – hey, it’s rocket science, OK!
  • p. 81, add a change arrow to the snippet line “rawId, rawMessage), e);”
  • pp. 105, 111, “unicode” -> “Unicode”
  • p. 115, “You can even give” -> “You should give”
  • p. 116, “If you insert null instead” -> “If you pass in null instead”, because the topic is an input parameter and unrelated to a list operation
  • p. 139, “on page 136 and many” -> “on page 136, and many”
  • p. 149, “In the last chapter” -> “In this chapter”
  • p. 149, “outlook” -> “overview”

Most Liked

simonharrer

simonharrer

Author of Java by Comparison

Thanks. We’ll take this into account if there’s a editing round sometime in the future.

Popular Prag Prog topics Top

jimmykiang
This test is broken right out of the box… — FAIL: TestAgent (7.82s) agent_test.go:77: Error Trace: agent_test.go:77 agent_test.go:...
New
AleksandrKudashkin
On the page xv there is an instruction to run bin/setup from the main folder. I downloaded the source code today (12/03/21) and can’t see...
New
gilesdotcodes
In case this helps anyone, I’ve had issues setting up the rails source code. Here were the solutions: In Gemfile, change gem 'rails' t...
New
New
digitalbias
Title: Build a Weather Station with Elixir and Nerves: Problem connecting to Postgres with Grafana on (page 64) If you follow the defau...
New
Charles
In general, the book isn’t yet updated for Phoenix version 1.6. On page 18 of the book, the authors indicate that an auto generated of ro...
New
tkhobbes
After some hassle, I was able to finally run bin/setup, now I have started the rails server but I get this error message right when I vis...
New
andreheijstek
After running /bin/setup, the first error was: The foreman' command exists in these Ruby versions: That was easy to fix: gem install fore...
New
ggerico
I got this error when executing the plot files on macOS Ventura 13.0.1 with Python 3.10.8 and matplotlib 3.6.1: programming_ML/code/03_...
New
dachristenson
@mfazio23 Android Studio will not accept anything I do when trying to use the Transformations class, as described on pp. 140-141. Googl...
New

Other popular topics Top

Devtalk
Hello Devtalk World! Please let us know a little about who you are and where you’re from :nerd_face:
New
Devtalk
Reading something? Working on something? Planning something? Changing jobs even!? If you’re up for sharing, please let us know what you’...
1016 16836 371
New
DevotionGeo
I know that these benchmarks might not be the exact picture of real-world scenario, but still I expect a Rust web framework performing a ...
New
Rainer
Not sure if following fits exactly this thread, or if we should have a hobby thread… For many years I’m designing and building model air...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
AstonJ
If you are experiencing Rails console using 100% CPU on your dev machine, then updating your development and test gems might fix the issu...
New
gagan7995
API 4 Path: /user/following/ Method: GET Description: Returns the list of all names of people whom the user follows Response [ { ...
New
PragmaticBookshelf
Author Spotlight James Stanier @jstanier James Stanier, author of Effective Remote Work , discusses how to rethink the office as we e...
New
PragmaticBookshelf
Author Spotlight: Tammy Coron @Paradox927 Gaming, and writing games in particular, is about passion, vision, experience, and immersio...
New
CommunityNews
A Brief Review of the Minisforum V3 AMD Tablet. Update: I have created an awesome-minisforum-v3 GitHub repository to list information fo...
New

Latest in PragProg

View all threads ❯