Sujet : Re: question about linker
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.lang.cDate : 30. Nov 2024, 04:03:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vidvac$1g1fu$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 30.11.2024 00:44, Keith Thompson wrote:
Bart <bc@freeuk.com> writes:
[...]
The point is that there are restrictions on what can be combined into a
single declaration. But these days it's usually considered good style
to declare only one identifier in each declaration, [...]
For quite large values of "these days"; for more than 3 decades as far
as my observation goes. - Deviations I've mostly only seen in contexts
of, say, uninitialized loop variables, like 'int i, j, k;'. But there's
also some folks who just don't care. That's why we had that regulated
with our coding standards in these early days.
Janis