RedSyndicate / GardenerMultitool

MIT License
0 stars 0 forks source link

Create enums for all Ecological uses and Human uses. #21

Closed adamhomer88 closed 2 years ago

adamhomer88 commented 2 years ago

Enum EcologicalFunction { } and Enum HumanUses { }

Having these available will allow us to pass enums for these value objects which will allow use of pattern matching in our features. Can also be used for queries.