I have been wondering for a long time what to do with this.
Suppose I will create a UILabel, this label will contain a name. Therefore, without hesitation, I will call this name UILabel | name |.
Then I will have an NSString that will contain the actual name string. Therefore, I think the string name | name | would be more correct?
But what would I call UILabel?
I thought about calling it labelName.
But is it a Hungarian notation that is very discouraged?
Is this a dead end?
source share