On 2002.11.12, Jerry Asher <[EMAIL PROTECTED]> wrote: > > AOLserver is great about this. ArsDigita Tcl was absolutely terrible about > this. Jeez I hated looking at aD Tcl pages. Pages developed on 21" > monitors at their highest resolution without a care for maintenance.
Tcl is sensitive to newlines, so arbitrarily wrapping lines of Tcl code isn't always easy and sometimes makes code less readable. I'm not defending the aD Tcl, but I'm just explaining why some Tcl code isn't very conscientious about the right-hand margin. I often find myself "relaxing" my right-hand margin of 72 characters when writing Tcl code because having to end a line with "\" just to wrap something onto the next line just doesn't seem right. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
