Comment on Why is 80 characters the 'standard' limit for code width?parentComments−ndomin12yObj-C / Cocoa uses very long variable names. Someone mentioned this in a post above with a link for example. It's very hard to stick to < 80. leftWall.physicsBody = [SKPhysicsBody bodyWithRectangleOfSize:CGSizeMake(100, wallHeight)]; close to 100 characters.
Comments
Obj-C / Cocoa uses very long variable names. Someone mentioned this in a post above with a link for example. It's very hard to stick to < 80.
close to 100 characters.