Exception Handling

principle

A strong rule is a default, not an absolute: follow it unless a binding constraint crosses a clearly defined threshold. Legitimate overrides should be explicit enough to protect people without quietly dissolving the rule.

Leaving home after school may build independence—but serious financial strain, persistent homesickness, or mental-health challenges can make staying away the irresponsible choice. The exception is not weakness; it is recognition of a hard constraint.

E1

Defaults need override conditions

A useful rule compresses ordinary decisions: instead of reconsidering everything, you act on the default. Exception handling adds a second layer—a small set of conditions under which the rule's expected benefit is outweighed by the cost of following it. This differs from blind compliance, because the person applying the rule remains responsible for noticing when circumstances invalidate it. It also reflects the context-dependence-of-inherited-rules: a rule designed to encourage independence should not be preserved when it instead produces severe financial or psychological harm.

E1

Where it shows up

Leaving home under financial strain

Moving out can be a sound default, but unaffordable living costs create a binding constraint. The principle survives by permitting a deliberate override rather than pretending money is merely a test of resolve.

E1

Homesickness becomes persistent

Discomfort may accompany growth, but serious homesickness can mark the point where the default is no longer producing its intended benefit.

E1

Mental health changes the decision

When living away aggravates a serious mental-health challenge, returning or staying home can be adaptation rather than failure.

E1

An override must not erase the rule

If every discomfort is renamed a binding constraint, exception handling becomes normalization-of-deviance: repeated departures quietly replace the default. But rigid enforcement fails too when it ignores the very harms the exception was designed to catch. The boundary is seriousness and persistence, not convenience.

E1

Write the escape clause first

For one rule you are about to adopt, write its default action and the specific override conditions beside it—for example, unaffordable cost, persistent homesickness, or serious mental-health deterioration. Decide what evidence would trigger reassessment before you are under pressure to obey or evade the rule.

E1

Episodes that teach this