The notifications posted by the PHNotificationManager are confusing when looking at the code completion.
Example:
"UIApplicationDidBecomeActiveNotification" tells you directly which class or SDK it is from, what type it is and when it is posted.
When you see "LOCAL_CONNECTION_NOTIFICATION" in your auto completion you don't know they're posted by the Hue SDK.
A better naming would be "PHBridgeConnectionEstablishedNotification"
The notifications posted by the PHNotificationManager are confusing when looking at the code completion.
Example: "UIApplicationDidBecomeActiveNotification" tells you directly which class or SDK it is from, what type it is and when it is posted. When you see "LOCAL_CONNECTION_NOTIFICATION" in your auto completion you don't know they're posted by the Hue SDK. A better naming would be "PHBridgeConnectionEstablishedNotification"