Skip to content

Chapter 15 #9

Description

@LNUitTutor
  • 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:"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions