-
Notifications
You must be signed in to change notification settings - Fork 23
Refactor video series into short segments #10
Copy link
Copy link
Open
Description
Rule of thumb: if a tutorial is running longer than 5 minutes, it may be good to segment it.
Consider breaking long videos into smaller chunks, like software decomposition. This can help for several reasons:
- Easier to maintain videos
- Easier to spot missing segments
- Easier to watch videos (attention span, fatigue, etc)
- Easier to identify common development patterns
E.g. sections and pattern would be
- Create basic template
- Create model/schema
- Define methods
- Create advanced template (modal dialogue, etc)
- Create extra functionality (email, etc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels