Re: Self Help (1)



> Yes, that's true for the Linux kernel sources. All identifiers in the kernel
> are very short. Identifiers in GNOME programs/libraries are getting longer
> and longer every day.

Look at how Gnumeric copes with the problem.  Gnumeric uses 8-spaces
for indentation and has very long names. 

It basically goes like this:

					if (blah)
						gnumeric_set_page (
							GNUMERIC_BALH (x),
							x, y, z);

Miguel.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]