Hacker News new | ask | show | jobs
by qbrass 4395 days ago
So how much of your code goes past 80 chars? What part of it is taking up the most space?

Feel free to add any other details, like the kind of programming you do, what language, etc.

1 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.

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