-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add content to How To summary page (zio#2256)
* Add content to How To summary page * Add some description
- Loading branch information
1 parent
63f97b9
commit 76d3a9c
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
--- | ||
id: howto_index | ||
title: "Summary" | ||
title: "Summary" | ||
--- | ||
|
||
Coming soon | ||
Here are a few guides for common patterns with ZIO: | ||
|
||
- **[Use the module pattern](use_module_pattern.md)**: how to structure larger ZIO programs with the help of **ZIO environment**. | ||
- **[Test effects](test_effects.md)**: how to use **ZIO Test** to test effectual programs seamlessly. | ||
- **[Mock services](mock_services.md)**: how to test interactions between services with **mocks**. | ||
- **[Handle errors](handle_errors.md)**: how to deal with **errors** in ZIO (declared errors vs unforeseen defects). | ||
- **[Access system information](system.md)**: how to access **environment variables** and other **system properties** with ZIO. |