A common onboarding mistake where new engineers capture `self` strongly in closures, causing objects to outlive their expected lifetime. The result is gradual memory growth and performance degradation rather than a crash. The fix involves enforcing weak or unowned capture rules by default and adding memory leak checks to code review.

1m watch time

Sort: