Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!pprg.unm.edu!hc!lanl!jlg From: jlg@lanl.gov (Jim Giles) Newsgroups: comp.lang.c Subject: Re: Just Wondering Message-ID: <12641@lanl.gov> Date: 25 Apr 89 17:36:47 GMT References: <29478@apple.Apple.COM> Distribution: na Organization: Los Alamos National Laboratory Lines: 13 From article <29478@apple.Apple.COM>, by desnoyer@Apple.COM (Peter Desnoyers): > set V of vertex > for v = set$element in V > ... In that case, it _should_ have been: set vertex_set of vertex for a_vertex = set$element in vertex_set Assuming that the two statements above may be separated in the program by many lines (even pages) of other code, the "vertex_set" variable is _MUCH_ easier to read, maintain, and even to _WRITE_!