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

Improvements to chapter 12 (Dynamic Presenters) #59

Merged
merged 3 commits into from
Apr 4, 2024

Conversation

koendehondt
Copy link
Collaborator

This is the review of chapter 12 "Dynamic Presenters".

Open issue: I do not like the name codeShower in the examples. The "shower" part is clear, so why not write "code"?

addPresenterButton
action: [ self addToLayout ];
label: 'Add a presenter to the layout';
icon: (self iconNamed: #smallAdd).
```

We also want a button that will remove the last button that was added, if any, of the layout.

```
removePreseterButton := self newButton.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removePreseterButton := self newButton. -> removePresenterButton

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@koendehondt koendehondt requested a review from Ducasse April 4, 2024 19:10
@Ducasse Ducasse merged commit ff8a422 into master Apr 4, 2024
1 check passed
@koendehondt koendehondt deleted the kdh-review-chapter-12 branch April 4, 2024 19:14
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

Successfully merging this pull request may close these issues.

2 participants