Ebook Studio

Answers Guide

Answers Guide

Answers Guide

I keep two answer files in every topic directory:

I include them because I want instructors and learners to have a clear reference solution after a real attempt. At the same time, I keep them outside the normal exercise flow on purpose.

The Boundary I Want To Protect

The standard runners and tests use:

They do not load:

That boundary matters to me. The goal of the course is not simply to get to passing code as quickly as possible. The goal is to practice the thinking that produces the code.

This is true for the full-course runner and for the topic runners. I want the answer files to remain teaching material, not part of the execution path.

How I Hope Learners Will Use The Answers

A good order looks like this:

When you read an answer file, I want you to look for more than correctness. Ask:

That is the right use of an answer key. It should sharpen your judgment, not replace it.

How Instructors Can Use The Answers

The answer files are useful for:

I do not mean the answer files to replace the exercises or to hide implementation details from the test suite. They work best when they remain clearly separate from the normal coding path.

File Layout Across The Course

The course currently has fifteen topic directories, and each of them includes the two answer files alongside the normal exercise files and tests.

Examples from different points in the course:

I want the answer files to support review across the whole course, from the earliest syntax work to the later applied and transformation-heavy topics.