Browse thread
[Caml-list] GC and file descriptors
-
Dustin Sallings
- David Fox
- Nicolas George
- Mikael Brockman
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Benjamin Geer <ben@s...> |
| Subject: | Re: [Caml-list] GC and file descriptors |
Nicolas Cannasse wrote: >>When a >>designer establishes a sensible policy regarding exceptions, checked >>exceptions make it possible to be reasonably confident that (nearly) all >>error conditions are handled in a sane manner. > > It can work in an opposite way. > I've seen developpers (professional) that couldn't break the specification > by adding an throws statement so they were simply catching .... and ignoring > the exceptions ! Note what I said above about the designer establishing 'a sensible policy'. In my team, catching and ignoring exceptions is punishable by the death penalty. :) If an interface doesn't allow you to handle an exception properly, it needs to be changed. Ben ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners