Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Audit classes for nullibility #49

Open
Wevah opened this issue Feb 2, 2020 · 1 comment
Open

Audit classes for nullibility #49

Wevah opened this issue Feb 2, 2020 · 1 comment
Assignees

Comments

@Wevah
Copy link
Member

Wevah commented Feb 2, 2020

This includes re-auditing RSHTMLMetadata to change things I marked nullable that can actually never be nil, which will allow removal of some unneeded if let/guard let statements in NetNewsWire. (For example, appleTouchIcons is always initialized with an array, so it will never actually be nil.)

@brentsimmons
Copy link
Collaborator

Let’s do this — but let’s wait till after NNW 5.0 ships, just to minimize code changes at this point.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants