Skip to content

Chapter 15 #9

@LNUitTutor

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:"

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