Browse thread
Re: Irrelevant variables in patterns
-
Chet Murthy
- Christophe Raffalli
- Christophe Raffalli
- John Harrison
[
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: | Christophe Raffalli <cr@d...> |
| Subject: | Irrelevant variables in patterns |
> Superfluous warning confuse the programmer, and cause him to disregard > the warnings completely. Which can cause him real pain when it was a > warning that he should have heeded. I strongly disagree with this statement. If you get a lot of warning, it means you have a particular style of programming (for instance catching all exceptions in most of the handler). Then what you really needs is a compiler option to discard a particular warning (or class or warning) so you only get the warnings which are relevant to you programming style. Christophe.