Y
Hacker News
new
|
ask
|
show
|
jobs
PonyExpress: Type-Safe Notifications in Swift
(
adamwulf.me
)
1 points
by
adamwulf
1302 days ago
1 comments
adamwulf
1302 days ago
Swift's `NotificationCenter` leaves the possibility for code-errors with mistyped `userInfo` keys or observer method types. PonyExpress enforces observer method and notification types at compile time.
link