-
Notifications
You must be signed in to change notification settings - Fork 714
Style guide
benmachine edited this page Apr 2, 2013
·
2 revisions
Being the product of many years' work by many authors, Cabal code (as of the date of writing, April 2013) is written in several conflicting styles.
There has been some recent discussion about whether or not to adopt an official style guide. A consensus has not yet been reached, but here are some resources to help shape it:
- Johan Tibell has a style guide that he uses for his own projects, and is quite widely recognised, but some authors have objections to specific parts of it.
- stylish-haskell is a tool for making code, particularly import lists, prettier.