Topics that need to be covered * What is a Requirement? * What does a single Requirement look like? * What are all the properties on a Requirement? * Which properties are mandatory/optional? * What are the major patterns for building Requirements? * Dynamically generating Requirements using control flow (`if`, `foreach`, etc) * "Getter/setter" pattern for getting properties of your system * "Generator function" pattern for returning Requirements from a function based on parameters
Topics that need to be covered
if,foreach, etc)