Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 453 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 453 Bytes

Classes

This chapter

  • Queries what the hell this Time thing is and why it has an uppercase
  • Points out that some things, like Time, should really only exist once (there's only one 'Time')
  • Points out that there are many different instances of 'Time' (1 o'clock, 2 o'clock, and so on)
  • Uses new with Time to capture instances of Time
  • Uses Plato's Theory of Forms to generalise what classes are, and how they relate to instances.