Skip to content

Commit

Permalink
Revert "Renamed design philosophy section"
Browse files Browse the repository at this point in the history
This reverts commit d43f976.
  • Loading branch information
destel committed Jul 21, 2024
1 parent d43f976 commit 04e8866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Rill has a test coverage of over 95%, with testing focused on:



## How Rill Works
## Design Philosophy
At the heart of rill lies a simple yet powerful concept: operating on channels of wrapped values, encapsulated by the **Try** container.
This allows to propagate both values and errors through the pipeline, ensuring that errors are handled correctly at each stage.
Such wrapped channels can be created manually or through utilities like **FromSlice** or **FromChan**, and then transformed via non-blocking
Expand Down

0 comments on commit 04e8866

Please sign in to comment.