LearningOOPWithPharo icon indicating copy to clipboard operation
LearningOOPWithPharo copied to clipboard

Learning Object-Oriented Programming with Pharo

Results 27 LearningOOPWithPharo issues
Sort by recently updated
recently updated
newest added

Dans le code SLGameTest >> testPlayOneStepOnInexactFinish, il y a écrit includesPlayers: au lieu de includesPlayer: donc la méthode n'est pas reconnue

http://files.pharo.org/books-pdfs/learning-oop/2018-04-01-LearningOOP.pdf Cher Stéphane, Ce lien est correct : http://rmod-pharo-mooc.lille.inria.fr/MOOC/PharoMOOC-Videos/ en revanche tous les liens donnés dans la section suivante du livre LearningOOP : 2.10 Resources ne le sont plus excepté...

https://ramix.org/pharo/LearningOOP/Multiple-messages-page23.png il y a une typo ( Muliple) : Cascade: Sending Muliple Messages to the Same Object --

http://files.pharo.org/books-pdfs/learning-oop/2018-04-01-LearningOOP.pdf Cher Stéphane, Dans le chapitre 3 Syntax summary (page 22 du pdf) nous pouvons lire : https://ramix.org/pharo/LearningOOP/allButFirst-page22.png je ne pige pas le role des deux signes == après le...

Hi, the book is great and answered many of my question getting into Smalltalk in general. I just realized the license "Share-alike" [mentioned in the footer on the website](https://books.pharo.org/learning-oop/): ```...

@Stepharo http://files.pharo.org/books-pdfs/learning-oop/2018-04-01-LearningOOP.pdf, page 38.

!!! Pharo version The current book was written with Pharo 6.0. Pharo 6.0 is still running on most OSes. Only some exercises depend on Pharo 6.0. We suggest to use...

* revision: Master @ 0638b16 (PDF) * page: 51 Both code snippets for getting the French isograms: ```Smalltalk (ZnClient new get: 'https://raw.githubusercontent.com/SquareBracketAssociates/ LearningOOPWithPharo/ master/resources/listeDeMotsAFrancaisUTF8.txt') lines ``` and ```Smalltalk (ZnClient new...

* revision: Master @ 0638b16 (PDF) * page: 43 `MyExampleSetTest >> testIllegal` raises warnings in code assistant, as shown here: ![](https://imgur.com/dceaPDk.png) It should be: ```Smalltalk MyExampleSetTest >> testIllegal | empty...

* page: 41 * version: master @ 0638b16 (PDF) While the text on the page is complete showing this: ```Smalltalk MyExampleSetTest >> testRemove | full | full := Set with:...