Re: [Pharo-users] Spec Book

2019-08-22 Thread Richard O'Keefe
The second ofthose links ends with "These topics will be covered in the next episode." Anyone know where the next episode is? On Thu, 22 Aug 2019 at 23:32, Vitor Medina Cruz wrote: > Thanks! It seems there are mostly nomenclature changes, I will try to > continue with the book and with those two

Re: [Pharo-users] Spec Book

2019-08-22 Thread Vitor Medina Cruz
Thanks! It seems there are mostly nomenclature changes, I will try to continue with the book and with those two links. On Wed, Aug 21, 2019 at 4:54 PM Brainstorms wrote: > There */is/*: > > https://www.bahmanm.com/2013/11/spec-part-i-basics.html > https://www.bahmanm.com/2013/11/spec-part-ii-lay

Re: [Pharo-users] Spec Book

2019-08-21 Thread Brainstorms
There */is/*: https://www.bahmanm.com/2013/11/spec-part-i-basics.html https://www.bahmanm.com/2013/11/spec-part-ii-layout.html which was last updated in March, and follows the current Spec nomenclature. Cheers, -Ted -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Spec Book

2019-08-21 Thread Steve Quezadas
ComposableModel is now ComposablePresenter. You have to change all the spec "Model" to "Presenter". As for documentation, I don't think there is any except for that book. The github page is pretty much empty. Is there any documentation other than that book? On Wed, Aug 21, 2019 at 7:37 AM Vitor M