Re: edbrowse
Samuel Thibault <[email protected]> Wed, 15 Feb 2006 11:52:20 +0100
| Newsgroups | gmane.linux.redhat.blinux.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, T. Joseph CARTER, le Wed 15 Feb 2006 02:19:05 -0800, a =E9crit : > I was kinda interested in this project, but I don't really see the code= as > maintainable in its present form. fetchmail.c at 1200ish lines is not = too > bad for a big project, but html.c at more than three times that without= a > single tab anywhere in the source code ... is kinda frustrating actuall= y. Ouch, indeed ! Karl, you should really puts indentation. Else you will probably get very limited little help from people. You can use tabs for indentation (or just pass your source code through indent) and ask your editor to set them to a single space (for vim for instance, :set ts=3D1 and :set sw=3D1) Regards, Samuel