On 11/4/23 07:42, Zhu Yanjun wrote:
Using reverse fir tree, a.k.a. reverse Christmas tree or reverse XMAS tree, forvariable declarations isn't strictly required, though it is still preferred.Zhu Yanjun
Yeah. I usually follow that style for new code (except if there are dependencies) but mostly add new variables at the end of the list together because it makes the patch simpler to read. At least it does for me. If you care, I am happy to fix this. Bob