Path: utzoo!attcan!uunet!twwells!bill From: bill@twwells.com (T. William Wells) Newsgroups: comp.lang.c Subject: Re: getting a key from stdin in UNIX Message-ID: <1990Feb11.052731.318@twwells.com> Date: 11 Feb 90 05:27:31 GMT References: <22287@mimsy.umd.edu> <4665@rtech.rtech.com> <5206@convex.convex.com> <1990Feb8.130910.9083@druid.uucp> Organization: None, Ft. Lauderdale, FL Lines: 26 In article <1990Feb8.130910.9083@druid.uucp> darcy@druid.UUCP (D'Arcy J.M. Cain) writes: : In article <5206@convex.convex.com> tchrist@convex.COM (Tom Christiansen) writes: : >I strongly believe that any vendor who gives you a C compiler : >without lint is ripping you off. It's like not having any : >brakes or directions on your car. Get on the horn and bitch. : > : No thanks. I use Borland Turbo C with all the warnings turned on and GNU C : with the -Wall option and I'll take that over lint any day. I actually get : useful messages about what is wrong with the program as opposed to those : crypto-facist messages that lint gives me. I can get by for the rest of my : life without looking at another output from lint. I use them both. The cost of running a "finished" program through every checker you have before releasing it is generally negligable compared to the cost of the errors that would otherwise appear. Actually, any time I have a not immediately obvious bug during development of a program, the first thing I do is run it through gcc with all the bells and whistles on and/or lint before even attempting to debug further. (Which I use first is mostly a matter of chance; it depends on how my makefiles happened to be set up that moment.) --- Bill { uunet | novavax | ankh } !twwells!bill bill@twwells.com