14. Development Workflow

14.1 Basic Cycle

  1. Write down the task you want to tackle.
  2. Back up the files you plan to edit.
  3. Make small changes and test them in the browser.
  4. When the behaviour stabilises, document the changes in your notes or Git history.

14.2 Git Quick Reference

14.3 Tips for Team Collaboration

14.4 Encourage Reviews

For team projects, use pull requests to conduct reviews and maintain quality. Share feedback in the comments and verify the fixes after revisions to keep the process smooth.