You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, reference-type parameters with no permission annotation default to Unowned. But it's hard to remember that this is the case. We should consider requiring annotations on all parameters. We should also consider always requiring a this parameter, since the default (Unowned now) is rarely right.
The text was updated successfully, but these errors were encountered:
Right now, reference-type parameters with no permission annotation default to Unowned. But it's hard to remember that this is the case. We should consider requiring annotations on all parameters. We should also consider always requiring a
this
parameter, since the default (Unowned now) is rarely right.The text was updated successfully, but these errors were encountered: