Skip to content

4. Identity vs value

File: 02_core_concepts/identity_vs_value.md

This is subtle but critical.

Explain the difference between:

  • Object identity (id, type, parent)
  • Object values (values.*)

Why this matters:

  • Filtering vs validation
  • Stable references vs mutable values
  • Why id is safe and name often isn’t