C99: Suggestions for style(9)

Christoph Mallon christoph.mallon at gmx.de
Fri May 1 05:57:04 UTC 2009


Roman Divacky schrieb:
> I like the part about using as many variables as possible because
> of documentation and performance enhancements. I tend to like
> the other changes as well..

This is not about using as many variables as possible. The goal is to 
use as many variables as you have logically distinct entities in the 
function. I suppose, this is what you mean, but I want to clarify this 
point.

	Christoph


More information about the freebsd-hackers mailing list