10. Personal Roadmap
TL;DR (5 lines)
- Read the core idea first.
- Understand one concept at a time.
- Run small examples.
- Fix errors early.
- Move to next chapter only when clear.
Frequent mistakes
- Skipping prerequisites.
- Reading without trying examples.
- Fixing too many errors at once.
Prerequisites: book/poche/09-mini-cli-project.html. See also: book/technical-index.html.
Goal
Go from beginner to independent with a realistic plan.
Example
Four-week plan:
- Week 1: syntax + types.
- Week 2: procedures + modules.
- Week 3: errors + tests.
- Week 4: mini-project.
Why it matters
A short, measurable plan prevents giving up.
Quick check
Can you explain your plan in 30 seconds?
Try this
- Choose a mini-project.
- Define 3 milestones.
- Reread your mistakes every week.
If you're stuck
Don't change your goal every 48 hours: finish a small project, then iterate.
Mini quiz
- What is the main goal of this chapter?
- Which concept is most important?
- What will you try right now?
See also
Next best action
Apply one idea from this chapter in a tiny example, then continue.