Basics

  1. Explain what a template is
  2. Explain what reference-material is
  3. Understanding basic principles
    1. SoC - Separation of Concerns
    2. SRP - Single Responsibility Principle
      each part is just responsible for one kind of problem in work-design
  4. Understand additional Paradigms
    1. Simpler, shorter recipes are better for overview
    2. Decoupled lifecycle: if a recipe takes long to run, it still has the latest reference material / templates as you work
  5. Discuss reusability (private / shared)

Exercise

  1. Extend / enhance an existing recipe with private templates and reference material
  2. Review according to best practice

Lessons Learned

  1. Group discussion