RSParser icon indicating copy to clipboard operation
RSParser copied to clipboard

Audit classes for nullibility

Open Wevah opened this issue 5 years ago • 1 comments

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.)

Wevah avatar Feb 02 '20 23:02 Wevah

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

brentsimmons avatar Feb 05 '20 23:02 brentsimmons