Path: csiph.com!news.mixmin.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c++ Subject: Re: Overuse of 'auto' Date: Mon, 19 Dec 2022 10:28:27 -0800 Organization: None to speak of Lines: 12 Message-ID: <87ili7s0xg.fsf@nosuchdomain.example.com> References: <87tu2479qc.fsf@bsb.me.uk> <877cynxris.fsf@bsb.me.uk> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="8e7fdbea1bc660c36eba0e0212d247ec"; logging-data="437877"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+C4yvku+TOLFxzwNHI/UNu" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:mC10Kas+MEObgo2Hcgf4hLZ+Uls= sha1:NPES5nZQ7jV65K280V0BVd4HJqs= Xref: csiph.com comp.lang.c++:88070 Juha Nieminen writes: [...] > Maybe, *maybe*, 'i' is acceptable in *very* short one-liner loops. > (But even then... Why? What's the advantage? I see no advantage.) The advantage is that using 'i' follows an established convention that has been in use for the better part of a century. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for XCOM Labs void Void(void) { Void(); } /* The recursive call of the void */