On 7/26/07, Tom Tobin <[EMAIL PROTECTED]> wrote:
>
> I'm starting to seriously wonder if the 80-character line width has
> outlived its usefulness.  There are various naturally occurring bits
> of code that just don't fit onto a single 80-character line, and the
> options for chopping it up are all sub-optimal; increasing the minimum
> width would decrease the number of occasions on which one might need
> to deal with this frustration.  Docstrings and comments also find
> themselves cramped for space after a few indentation levels.


I like to differ on this. Take your email for example, why is it wrapped at
80 chars? Because its easier to read.

In source code this fosters better coding practice, if indentation level is
too deep, you are doing something wrong.

-- 
Amit Upadhyay
http://www.amitu.com/blog/
+91-9820-295-512

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to