What was this business about scripting?
Grow into more complex ones
- When you get comfortable you can do more complex things
- make decisions
- if this then that else the other thing
- loops through data (repeat this until…)
- bundle those decisions and loops together (e.g. functions, procedures)