Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 15 #9

Open
LNUitTutor opened this issue Jul 15, 2024 · 0 comments
Open

Chapter 15 #9

LNUitTutor opened this issue Jul 15, 2024 · 0 comments

Comments

@LNUitTutor
Copy link

  • subsec. 15.3, p. 138: parentheses - fugitives. In the definition of LNPrinter >> accept: aPacket is written "ifTrue: [ 'Node ' , aPacket originatorName , ' sent to printer: ', aPacket contents traceCr ]" should be "ifTrue: [ ( 'Node ' , aPacket originatorName , ' sent to printer: ', aPacket contents ) traceCr ]"
  • subsubsec. Avoiding some conditions said "is based on conditions in different places: the method accept: or the method send:". But method accept: does not contain conditions. Should be "is based on conditions in different places: the method printOn: or the method send:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant