[Haskell-cafe] coding standard question

Erik de Castro Lopo mle+hs at mega-nerd.com
Mon Jun 22 05:08:43 EDT 2009


Magnus Therning wrote:

> Speaking from experience it's good to fix all warnings,

This was may experience from the C programming language.

> since otherwise there 
> will be enough of them to cause a few "terminal pages" to scroll by when you 
> compile and then there's a real danger of not noticing real errors.  I'd pass 
> '-Wall -Werror' to ghc to force myself to do this :-)

I usually add  -fwarn-tabs to -Wall -Werror.

Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


More information about the Haskell-Cafe mailing list