in reply to Is too little too much? Coding under the microscope...
After too many years of writing too much code I'm always a slave to checking for errors on system calls -- even something as basic as "readdir(LOGS) or die". (Obviously this goes for opendir, closedir, etc.)
-- bluto
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Is too little too much? Coding under the microscope...
by Abigail (Deacon) on Jun 28, 2001 at 21:06 UTC | |
by bluto (Curate) on Jun 28, 2001 at 22:36 UTC |