References Own Class
Warns if a method references its own class.
Avoid referencing the receiver’s class directly. Use self class. Directly referencing the receiver’s class can limit the ability of subclasses to refine or extend behavior.
Last modified date: 05/19/2020