Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: more about programming style Message-ID: <261@brl-tgr.ARPA> Date: Mon, 29-Jul-85 15:10:17 EDT Article-I.D.: brl-tgr.261 Posted: Mon Jul 29 15:10:17 1985 Date-Received: Wed, 31-Jul-85 04:24:54 EDT References: <732@dataio.UUCP> Organization: Ballistic Research Lab Lines: 7 > char (*f[6])(); /* */ The comment provides no useful information. Any experienced C programmer should be able to read the declaration as fast as he can read the comment, maybe faster. And the declaration provides a PICTURE of the context in which `f' has meaning, unlike the comment.