Hacker News new | ask | show | jobs
by ndomin 4394 days ago
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.

            leftWall.physicsBody = [SKPhysicsBody bodyWithRectangleOfSize:CGSizeMake(100, wallHeight)];
close to 100 characters.