(no title)
mkmcdonald | 13 years ago
I stick to 72 columns for width and 20 lines per function body. The result has been very concise code that's easy to follow. Only exceptional cases such as heavy recursion have eluded the line limit.
If popular JavaScript projects wrote code with cleanliness in mind, maybe more people would take the language seriously.
rbanffy|13 years ago
Isn't 72 columns a little bit restrictive?