Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script for command intro #15

Merged
merged 8 commits into from
Jun 12, 2024
Merged

Add script for command intro #15

merged 8 commits into from
Jun 12, 2024

Conversation

MolloKhan
Copy link
Contributor

Hey @weaverryan

Here is the intro script for the command pattern. It's more or less what I'll say on camera. I'd love your thoughts on this, and feel free to change any sentence

@MolloKhan MolloKhan self-assigned this May 3, 2024

# Pattern Anatomy
Let's see the parts that compose the command pattern:
- It has a Command Interface with a single public method that's usually called `execute()`, it can
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having big spots of talking and no coding is common in the early chapters - and probably even more common with the topics you like to cover Diego ;) - and we can use Danielle to add diagrams, which look great, but that's a slow process. So we need to keep in mind: what's being shown on the screen here? The ideal / laziest is to show some thing - code in editor, website, etc - so that we have to add minimal diagrams after. Long video pauses are the enemy, that's why I eventually learned to not write scripts in this much detail. But then talk while video recording then transcribe THAT into this rough script. That help with timing and avoiding too much talking while nothing happens on your computer.

Video recording is 95% just coding and saying out loud what you're doing. And 5% explanations that form a basis for the script

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the insight. I'll keep it in mind. I thought it would be easier for me if I just read my script while recording because I don't want to improvise the explanation, but well, that's just a matter of practice and confidence

@MolloKhan MolloKhan merged commit 6166a62 into episode2 Jun 12, 2024
@MolloKhan MolloKhan deleted the episode2-command branch June 12, 2024 18:22
chapters: []
chapters:
- intro
- command-intro
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MolloKhan Btw, the actual file name is sfcasts/command_intro.md, i.e. with the underscore instead of dash... I think we should match style in both cases, probably sfcasts/command-intro.md is the correct one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I already fixed that. Thanks anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants