Skip to content

SquareBracketAssociates/LearningOOPWithPharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a0e0fa · Dec 9, 2024
Mar 13, 2024
Nov 18, 2024
Dec 27, 2016
Apr 1, 2018
Nov 11, 2024
Nov 11, 2024
Nov 11, 2024
Aug 29, 2017
Sep 26, 2017
Mar 26, 2019
Nov 14, 2024
Dec 9, 2024
Jan 1, 2017
Mar 18, 2023
Jan 1, 2017

Repository files navigation

Learning Object-Oriented Programming, Design and TDD with Pharo

This repository contains the sources of the book Learning Object-Oriented Programming, Design and TDD with Pharo by S. Ducasse with Damien Pollet. It is a follow-up of Botincs: Learning programming with Squeak. But its contents are far more advanced and fun :).

Since I'm not a native English speaker, I appreciate pull requests that help me get the material in better form.

The version tagged v1.0 is based on Pharo6.0.

Stef

Todo

  • Make sure that the book compiles
  • Extract LAN into a separate chapter
  • use the LAN example from the microproject book.
  • label to anchor
  • Convert to class syntax
  • Check Counter chapter in Pharo by Example 9
  • understand the impact of saving in Iceberg
  • Remove Support for Monticello
  • Migrate tinyChat to github