Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!seismo!mcvax!botter!tjalk!dick From: dick@tjalk.UUCP (Dick Grune) Newsgroups: net.lang Subject: Naming of arrays - Summary Message-ID: <594@tjalk.UUCP> Date: Sat, 5-Jul-86 16:01:58 EDT Article-I.D.: tjalk.594 Posted: Sat Jul 5 16:01:58 1986 Date-Received: Sun, 6-Jul-86 04:34:17 EDT Organization: VU Informatica, Amsterdam Lines: 20 About a month ago I asked how you name arrays, singular or plural. I got 9 responses. Summary: 1. Almost everybody agrees that nothing is ever plural. 2. Form used (normalized) Number of proponents use suffix: struct word word = word_vec[n]; 4 use abbev.: struct word wrd = word[n]; 3 use plural: struct word word = words[n]; 1 use operator: REF WORD word = n TH_OF words; 1 I think I'll use possibility 2 more systematically: it is readable and concise. Thank you all for your cooperation, Dick Grune Vrije Universiteit de Boelelaan 1081 1081 HV Amsterdam the Netherlands