Once the journal habit exists, the next question is quality — and quality in a journal entry comes down to one word: specific. A strong entry could only have been written by you, about this program, on this day. A weak one could have been written by anyone, about any tech class, from the hallway.
Side by side
| Weak | Strong |
|---|---|
| ”My program didn’t work." | "It crashed on line 6 whenever I typed nothing — int() can’t turn an empty string into a number." |
| "It worked." | "The guessing game runs, but only because I copied the while line — I couldn’t rewrite it from scratch yet." |
| "Coding is hard." | "I can write an if on its own, but nesting one inside a loop scrambles me — I lose track of which line owns which indent." |
| "Group work went fine." | "Avery typed most of it; I spotted the missing quote. Next time I want the keyboard for the loop part.” |
Read the weak column: nothing happened in it. The strong column is the same day, remembered properly — a line number, an error, a cause. And notice the strong versions are barely longer. Specific is not the same as long; it is the difference between “it broke” and a bug you could actually reproduce — which is exactly what Dev Journal asks the “what broke” prompt to capture.
Feelings are welcome — anchored to a moment and an error
The journal is not a lab report; frustrated, proud, embarrassed, and
delighted all belong in it. The rule is that a feeling arrives attached to
the moment that caused it and the code involved. “I felt stupid” floats
free and teaches you nothing at the end of the course. “I felt stupid when
the same SyntaxError came back four runs in a row — so I finally read the
whole message, and the bug was on the line above” is a feeling with an
address and an exit. The feeling is real data about you; the error is the
handle you can actually turn — the same pairing Debugging Is the Job
argues staying curious depends on.
Curriculum connection
A1.1
apply computational thinking concepts and practices when planning and designing computational artifacts
Link to original