SquareBracketAssociates / BuildingApplicationWithSpec2

A book to build user interfaces using the Spec 2.0 framework.
21 stars 12 forks source link

Finish chapter "Layouts" #104

Closed koendehondt closed 3 months ago

koendehondt commented 4 months ago

This PR:

All code examples have been checked. They are available in the code repo.

koendehondt commented 4 months ago

@Ducasse I don't like the section on the grid layout. Spec's grid layout does not work as one would expect. The example works, but it is easy to break by making small changes.

Anyway, the chapter is ready.

Ducasse commented 3 months ago

This is simply super nice. I learned things. I will integrate and print this chapter to read it on paper :)

koendehondt commented 3 months ago

This is simply super nice. I learned things. I will integrate and print this chapter to read it on paper :)

Thanks. Great that you learned things. :-)

I found typos in method selectors. I fixed them in https://github.com/SquareBracketAssociates/BuildingApplicationWithSpec2/commit/bba579576ef082179f4413c4659ae331a5088d53 and in the code repo.