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
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Annotating fields as readonly if they’re internal/private and we can prove they’re only ever read from, aren’t mutating structs, etc. There are potentially lots of fields across the codebase that could be made readonly, and while that doesn’t currently help with performance, it’s very helpful for readability, hygiene, etc.