Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei.winitzki committed Nov 24, 2023
1 parent ce522e1 commit 0054b59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[![Build](https://github.com/winitzki/sofp-solutions/workflows/build_and_test/badge.svg)](https://github.com/winitzki/sofp-solutions/actions/workflows/build-and-test.yml)

# sofp-solutions

Solutions for exercises in the book "Science of functional programming"
Solutions for exercises in the book ["Science of functional programming"](https://github.com/winitzki/sofp)

Solutions for each chapter is a submodule in this project.

Common code may be put into the `common` submodule.

Files under `worksheets/` may be arbitrary Scala code, not made into a test. SBT will ignore those files.

# Code formatting

The GitHub job will verify that all code is properly formatted.
Expand All @@ -14,4 +18,4 @@ To reformat code, run the script:

`bash reformat_all_code.sh`

Run this command before pushing any code changes. If formatting is not applied, builds will fail.
Run this command before pushing any code changes in the test code. If formatting is not applied, builds will fail.

0 comments on commit 0054b59

Please sign in to comment.