I just forked the booklet today and was working through it. I don’t know if your changes were already in there, but most things are working for me. I have hit a few typos and inconsistencies that I’ve noted and I would recommend a change to the unit test bit as it feels weird to add a test assert contract method onto the link class (I think its better on the test class).
Tim > On 17 May 2017, at 19:03, Sven Van Caekenberghe <[email protected]> wrote: > >> >> On 17 May 2017, at 19:35, Esteban A. Maringolo <[email protected]> wrote: >> >> 2017-05-17 11:04 GMT-03:00 Sven Van Caekenberghe <[email protected]>: >>> >>>> On 17 May 2017, at 16:01, Pierce Ng <[email protected]> wrote: >>>> >>>> On Tue, May 16, 2017 at 11:58:50AM +0200, Sven Van Caekenberghe wrote: >>>>> I am bringing my Reddit example back up to date >>>>> (https://medium.com/concerning-pharo/reddit-st-in-10-cool-pharo-classes-1b5327ca0740) >>>>> for an upcoming Pharo Booklet. >> >>>> I've adapted your Reddit application to work with Glorp-SQLite. It was >>>> pretty >>>> much simply subclassing RedditDatabaseResource and wiring up >>>> #newGlorpSession. >>>> It's a nice demo of Glorp's pluggability. >>> >>> That is cool. We should definitively keep a reference to that. Thanks. >> >> And it's better to get a non devops savvy user to get started, because >> it avoids installing a PgSQL server. > > Yes and no. > > On macOS, http://postgresapp.com <http://postgresapp.com/> is dead simple for > any user. > >> Regards! >> >> Esteban A. Maringolo
