Christopher Arndt wrote: >> 100 character lines are what I target. I use more when the longer >> lined form is more readable. > > With a normal screensize (i.e. 1280x1024) and using an IDE it is very > difficult > to have an editing window even 80 chars wide in an acceptable font size. > > I hate it when I have to scroll horizontally, so I alway break lines, if they > are too long. Luckily in Python there are many ways to do this:
Exactly. With overlong lines you will also get into troubles when you arrange two or more windows vertically (e.g. for comparing different versions). Or when you want to paste code to a mailing list like this one and the overlong lines are wrapped, or view them on a console or via an ssh client which usually have the default of 80 chars. Plus, I'm getting older and a bigger font size is starting to get convenient ;-) So I think the 80 chars recommendation is still appropriate... -- Christoph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

