LetsLunch / lunch

Other
38 stars 3 forks source link

long lines #64

Closed cameron closed 10 years ago

cameron commented 10 years ago

don't let your lines run over ~100 characters. e.g., when reading a file for the first time (like this one), looking at its dependencies is useful to get an idea of how it relates to the rest of the codebase.

zzmp commented 10 years ago

I can take this one - I'll split dependency arrays across multiple lines.

In general, stick with 80 characters, if only because many editors' (Sublime) distraction-free modes wrap by default at 80 characters.