« Return to Thread: Good Haskell Style

Re: Good Haskell Style

by Christian Maeder-2 :: Rate this Message:

Reply to Author | View in Thread

Ian Lynagh wrote:
>
> * Don't leave trailing white space in your code
> * Don't use tabs
> * Aim to keep lines under 80 characters
> * Use the CamelCase variable naming convention
> * Don't use explicit braces and semicolons

May I add:

* put a final newline in your file

http://haskell.org/haskellwiki/Programming_guidelines#File_Format

Cheers Christian
_______________________________________________
Libraries mailing list
Libraries@...
http://www.haskell.org/mailman/listinfo/libraries

 « Return to Thread: Good Haskell Style