>> Thanks.  I still prefer 2-space indentation; for deeper nesting
>> levels it is easier to stay within the 78 (or 79)
>> character-per-line limit...
> 
> (Try to refactor code instead when you reach deeper levels)

Which is not always a good idea; sometimes it is necessary to avoid
subroutines for performance reasons, for example.

>> Indeed.  You shouldn't waste time on this issue since you already
>> maintain well-formatted code.
> 
> (The maintenance of which is an ongoing cost compared to the
> automatism,

I guess I'm the strange guy here, but I like formatting code manually.
It helps me concentrate on the code and its flow.


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to