From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1014db,30e368bdb3310fe5 X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,f292779560fb8442 X-Google-Attributes: gid109fba,public X-Google-Thread: f8c65,30e368bdb3310fe5 X-Google-Attributes: gidf8c65,public X-Google-Thread: fac41,af40e09e753872c X-Google-Attributes: gidfac41,public X-Google-Thread: 10db24,30e368bdb3310fe5 X-Google-Attributes: gid10db24,public X-Google-Thread: 103376,30e368bdb3310fe5 X-Google-Attributes: gid103376,public X-Google-Thread: 1008e3,30e368bdb3310fe5 X-Google-Attributes: gid1008e3,public From: rsrodger@wam.umd.edu (Bob Rodgers) Subject: Re: Hungarian notation Date: 1996/05/23 Message-ID: <4o1go0$jsd@cville-srv.wam.umd.edu>#1/1 X-Deja-AN: 156299808 references: <31999F43.41C67EA6@scn.de> <319D2278.3F9A@netonecom.net> <4nr50r$jo2@ringer.cs.utsa.edu> <4nsgct$c3l@cville-srv.wam.umd.edu> <4nvn6s$c83@gaia.ns.utk.edu> organization: University of Maryland College Park newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.edu,comp.lang.eiffel Date: 1996-05-23T00:00:00+00:00 List-Id: mbk@caffeine.engr.utk.edu (Matt Kennel) wrote: >Bob Rodgers (rsrodger@wam.umd.edu) wrote: >: Run Netscape lately? Some of those crashes, of which there are way, >: way too many, look oddly like someone writing to an invalid pointer, >: something that should have been caught a long time ago or never >: present in the first place. >Hungarian doesn't fix this. A garbage collector does. Hungarian, at least, keeps arrays and pointers clear. However, I agree, and the cost of a good garbage collector is trivial.