Technology class asks you to break things, be confused in public, and work on machines more powerful than anything school gave students a generation ago. That takes norms — and they bind everyone, including your teacher.

The core agreement

Nobody’s half-working program gets laughed at. Every program you admire was a broken program first, usually hundreds of times.

What we agree to

  • Predict before you run. Guessing out loud what code will do — and being wrong — is the fastest way to learn to read it.
  • Bugs are information. An error message is the computer being as helpful as it knows how to be; we read it before we groan at it. See Debugging Is the Job.
  • Drivers swap. In pair work, the keyboard changes hands on the timer, every time, no exceptions for “but I’m faster”.
  • Your accounts are yours; theirs are theirs. Nobody touches a machine someone else is signed into. Lock your screen when you step away — it protects you, and it is the habit the real world runs on.
  • Honest about help. Borrowed code, a classmate’s idea, an AI assistant’s suggestion — all fine WHEN NAMED, in a comment, the way professionals credit sources. Passing off generated or copied work as your own thinking is the one unforgivable bug.
  • Technology serves people. When we discuss whose data, whose privacy, and whose contributions, we argue with ideas, never at people.

Why this is not just being nice

A room that shares half-broken programs learns faster, because problems get found while they are cheap to fix — which is precisely how real software teams work. The habits above are not school rules with a tech coat of paint; they are the profession’s own working norms, learned early.

  • Read this page with a parent or guardian.
  • Bring one norm you would add — we finalise the list together on our third class, and this page is where the agreed list lives for the rest of the course.

Curriculum connection

A2.2

analyze personal and societal safety and cybersecurity issues related to digital technology, and identify measures and technologies that can help mitigate related concerns for individuals and communities

Link to original