BuildingApplicationWithSpec2 icon indicating copy to clipboard operation
BuildingApplicationWithSpec2 copied to clipboard

Comment to chapter 14

Open LNUitTutor opened this issue 2 years ago • 0 comments

p. 134 “Our actual Athens code is located into renderAthens method:, and the result is stored in the surface instance variable.” – the colon should be removed; the second part (about result) is totally unclear.

p. 136

  • “AthensHello >> open <script: 'self new openInWindow'>” – is it a better way to define open as a class-side method with pragma
  • “Now we are done. When we open the component it will display the morph:SpAthensHelloPresenter new open.” – it should insert a space after “morph:” because a part of the message is unvisible.

p. 137

  • “This is this presenter that will support the actual rendering drawn using Athens.” – second “this” or “the”?
  • “SpAthensExamplePresenter >> idefaultLayout” – should be defaultLayout.

LNUitTutor avatar Aug 19 '23 11:08 LNUitTutor