We focus on one thing

Building a greenhouse universe

Now that Plants is a place, we don't have to talk about everything at once.

Sometimes it helps to slow down and focus on a single thing.

That's what chapters are for.


universe Greenhouse {
  describe { ... }

  book Plants {
    describe { ... }
  }

  chapter TomatoPlant in Plants {
    describe { ... }
  }

  chapter BasilPlant in Plants {
    describe { ... }
  }

  concept WateringCan {
    describe { ... }
  }
}

This doesn't change what the plants are.

It just gives each one room to be explored.