Recommended pattern
- Put source data in text columns.
- Add one computed column per logical step.
- Map every computed column to explicit source columns.
- Keep checks and score columns close to the outputs they evaluate.
- Rerun stale cells before reading the score.
- Save versions at meaningful checkpoints.
- Use Analytics when you need request-level debugging.

