Skip to content

SquareBracketAssociates/LearningOOPWithPharo

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