Learning Resources
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/production/semester-10-capstone/module-02-implementation-testing/resources.md - App:
production - Semester:
semester-10-capstone - Module:
module-02-implementation-testing - Unit kind:
resource - Curation level:
module_curated
Learning objectives
- Explain Learning Resources as the disciplined conversion of design intent into working software with evidence, not just feature completion.
- Use Learning Resources to reason about feedback loops, test confidence, quality boundaries, and the cost of weak implementation discipline in a capstone project.
- Use
clean-code,refactoring,software-engineering-at-googleto connect the learner page to code structure, verification strategy, and the practical mechanics of shipping a reliable implementation.
Prerequisites
- Comfort with the capstone domain, architecture direction, and the need to prove behavior through repeatable tests and evidence.
Source books
clean-coderefactoringsoftware-engineering-at-google
Source routes
Clean Code
Refactoring
- /books/refactoring via
Refactoring
Software Engineering At Google
- /books/software-engineering-at-google via
Software Engineering at Google
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Martin Fowler: Test Pyramid (
read_if_stuck) - Keeps testing strategy tied to confidence and feedback speed instead of accidental test sprawl. - Google Testing Blog (
optional_deep_dive) - Adds practical testing perspectives from large production systems that are useful when capstone quality starts to drift.
AI companion modes
- Explain simply
- Diagnose my confusion
- Revision mode
- Connect forward / backward
Source-of-truth note
This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for Learning Resources, and treat outside material as supporting enrichment only.