Slides
https://lt2-tau.vercel.app/1
WIIFY
WIIFY: Keep silly mistakes on a short leash
Key Points
- Husky runs scripts via Git hooks
- Husky prevents silly mistakes
- Husky is easy to set up
Impact
- Know: Git hooks run scripts before commits, pushes, or merges, helping enforce code quality and prevent bad commits.
- Believe: Git hooks can improve their workflow
- Do: Install Husky and start using Git hooks for their projects