Commit 6a0c62d6 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Style Guidelines improvement, thank you Alfredo

parent 26d65e3b
Pipeline #6302 passed with stages
in 27 minutes and 11 seconds
...@@ -60,7 +60,11 @@ The following is a non-exhaustive list of the development guidelines. ...@@ -60,7 +60,11 @@ The following is a non-exhaustive list of the development guidelines.
### Style ### Style
When we code, we are using the [common Haskell Style guide](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md). When we code, we try to use the [common Haskell Style guide](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md).
1. For new files, use the referenced style guide;
2. For older files, which might have been written using a different code style, try to respect whichever style guide was used to write the file (to ensure consistency and minimise unwanted changes);
3. Resist the urge of making style modifications mixed to general refactoring; rather separate those into independent commits, so that they are easy to revert if unwanted / not needed
### Code Of Conduct ### Code Of Conduct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment