BuildingApplicationWithSpec2 icon indicating copy to clipboard operation
BuildingApplicationWithSpec2 copied to clipboard

A book to build user interfaces using the Spec 2.0 framework.

Results 56 BuildingApplicationWithSpec2 issues
Sort by recently updated
recently updated
newest added

- [ ] Add the code of the class under test - [ ] Check the code examples - [ ] Add the code to the code repo

- [ ] Rewrite content after explanation by Esteban.

p. 61 Bug in the code: “WidgetClassListPresenter >> initializePresenters list := self newList. list items: (**AbstractWidgetModel** allSubclasses sorted: [:a :b | a name < b name ]). self focusOrder add:...

Open issues from https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/pull/60: - [ ] The chapter mentions themes, but it does not explain what themes are, how they are applied, and more importantly, how stylesheets relate to...

Open issues from https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/pull/57: - [ ] I think adding numbered labels to the different parts in the first figure would be helpful as a reference for the reader. -...

- [ ] @koendehondt to submit PR with improvements

Open issues from https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/pull/65: - [ ] There was no section on the breakpoints tab. I added the section header, but no content. Let's decide what to do with it....

- [ ] Check all code examples and images Open issues from https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/pull/63: - [ ] `testRemoveContact` under "Adding the Remove Contact command" is not a good test. The initial...

- [ ] Check all code examples and images Open issues from https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/pull/63: - [x] The diagram under "Contact book model" shows `findContact`, but the text includes `ContactBook >> findContactsWithText:`....