boredzo / iso-8601-date-formatter

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
http://boredzo.org/iso8601dateformatter/
Other
600 stars 140 forks source link

Nullability #65

Closed boredzo closed 8 years ago

boredzo commented 8 years ago

The API should declare the nullability of method arguments, return types, and property values, and this should be enforced (where appropriate) in the tests.