associative arrays

Manfred Nowak svv1999 at hotmail.com
Tue Jan 10 02:08:15 PST 2012


dennis luehring wrote:

> so your FileDelete would not return an FileDoesNotExists-Error?
Correct.
 
> would it not help to better understand big code if the remove
> would be renamed to remove_existing or to add something like this?
Maybe.

You possibly know about the `rm'-command of *nix-like systems and the 
by typo inserted space, which makes
  `rm -r *.obj' to
  `rm -r * .obj'
This will certainly result in the nice error-message:
  "cannot remove `.obj': No such file or directory"

Therefore: trying to help a minority possibly routes the majority.

-manfred 


More information about the Digitalmars-d-learn mailing list