
28 May
2007
28 May
'07
11:11 a.m.
pvolgger:
I wonder if there are any Coding Standards or Coding Conventions for Haskell. Does anybody know something about it?
We've collected some style guides on the wiki. You could also look at projects whose code you think is in good style. http://haskell.org/haskellwiki/Category:Style GHC has a style guide. Our small little window manager, xmonad, also has a pretty strict style guide. -- Don