2021-10-07

Whose Fault It Is

../../../../../../_images/Bullshit-Bingo-G2.jpg

Topics

  • Org stuff

  • Project structure

  • OO introduction. Live-hack a thermometer that reads from a file

    • Sketch of task Program: Read Sensors, Write to stdout (here)

      • Omit commandline parsing and config file. Hardcode interval and thermometer list.

      • Try to instantiate Thermometer.

    • Abstract base class. Thermometer discussion.

    • FileThermometer (here

      • Constructor

      • Member (= attribute, property)

      • Method