decomposition/lifecycle-patterns

lifecycle patterns Shipped

What this lens looks for

Find constructor/destructor pairs, setup/teardown methods, resource ownership (retain/release, connection pools), session management, state machines, and disposable/closeable patterns. Objects created and destroyed together form natural boundaries.

What its verifier checks

Resource ownership chains traced; co-created/co-destroyed object groups identified; state machine boundaries mapped.