in c# use namespaces in java use packages. there way keep classnames short in objective c?
objective-c has one, single global namespace. why see classes called sbjsonparser
, class name doesn't collide other jsonparser
s out there.
the general recommendation have seen prefix classes either initials or few initials project working on, class name, (sometimes) "type" of class (as apparent convention view controllers).
honestly, right there mel, absolutely exhilarated objective-c add sort of namespacing feature, @ least sort out classes bit more (and bit easier).
Comments
Post a Comment