On Jun 2, 2012, at 7:15 PM, Adam Heath wrote: > There is no way that we can ever enforce a single, unified width. Screen > sizes change, font sizes change. It's too political to come up with a > solution. > > So, the only fallback is to never split. Then it is up to each end-developer > to modify their display to handle the long lines.
I would instead prefer the following guideline: "There is no upper limit to line width; only split long lines if it increases readability of the code". Jacopo
