>
> > Amen. I hold myself to several rules when writing code, one
> > of which is that no single line exceed 80 characters in
> > length, which is of rare occurence in the backend code.
>
> With 4-space tabs, the code is pretty good.
Tabs vary from system to system, printer to printer etc. For the sake of
readability I have learnt to ignore the tab key when writing code and use
2 spaces for indenting and 80 columns... my tuppence worth.
Regards
Theo