Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibbe/haskell-style-guide
A style guide for Haskell code.
https://github.com/tibbe/haskell-style-guide
Last synced: about 1 month ago
JSON representation
A style guide for Haskell code.
- Host: GitHub
- URL: https://github.com/tibbe/haskell-style-guide
- Owner: tibbe
- Created: 2009-02-18T09:45:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T18:31:25.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:45:37.696Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 331 KB
- Stars: 958
- Watchers: 57
- Forks: 74
- Open Issues: 9
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Haskell Style Guide
===================Every major open-source project has its own style guide: a set of
conventions (sometimes arbitrary) about how to write code for that
project. It is much easier to understand a large codebase when all
the code in it is in a consistent style.This project holds the style guidelines I use for my code. If you are
modifying a project that was created by me, you may be pointed to this
style guide.The style guide can be found in `haskell-style.md`.