Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site dataio.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!whuxlm!harpo!decvax!tektronix!uw-beaver!uw-june!entropy!dataio!bright From: bright@dataio.UUCP (Walter Bright) Newsgroups: net.lang.c Subject: Re: more about programming style Message-ID: <732@dataio.UUCP> Date: Fri, 26-Jul-85 05:26:00 EDT Article-I.D.: dataio.732 Posted: Fri Jul 26 05:26:00 1985 Date-Received: Mon, 29-Jul-85 07:31:03 EDT Reply-To: bright@dataio.UUCP (Walter Bright) Organization: Data I/O Corp., Redmond WA Lines: 11 In article <218@pedsgd.UUCP> bob@pedsgd.UUCP (Robert A. Weiler) writes: >I would appreciate comments, suggestions, etc. on additional ways to >make type declarations more readable. But enough already about ++. Howze about: char (*f[6])(); /* */ I don't think that burying the declaration in macros and typedefs necessarilly makes it more readable. Using comments to describe the more obscure delarations makes them more understandable.