iOS developers stop subscribing to notifications with a `nil` object when they really want a notification for a singleton challenge 2024.
Seriously, don’t pass `nil` when the documentation says the notification is sent to a particular object. `nil` means "any object”. If anyone else re-posts a notification elsewhere, you'll get those notifications too. Have fun dealing with duplicates.