in reply to Re^2: Shorter/Better way to rename list of files in a directory
in thread Shorter/Better way to rename list of files in a directory
Thanks Joost
I've been told by some developers to try and not use die in my code if possible. Reasons being that it is not "pretty" and it might complicate debugging sometimes (if not used properly).
I think one good reason for using it though, like Zaxo stated, is to avoid further bad handles.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Shorter/Better way to rename list of files in a directory
by vek (Prior) on Jun 02, 2006 at 20:06 UTC |