#Objective-C Style Guide
##Comments
###General Info
Block comments /**/ should be avoided in favor of // (though they are not banned).
Inside comments, references to variables, classes and protocols should be surrounded by |.
// This class is responsible for keeping up to date a list of |Item| objects.