Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beard-programmer authored Nov 1, 2023
1 parent 9a36e00 commit 2ea49ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
- [app](app) - original code from the article showcasing service functions pattern
- [app/handle_errors/exceptions](app/handle_errors/exceptions) - service functions pattern with Ruby way of error handling using exceptions
- [app/handle_errors/ok_error](app/handle_errors/ok_error) - service functions pattern with Elixir style error handling

## Related projects
- Service functions in [Ruby](https://github.com/beard-programmer/service-functions) this is original source that was used in Medium article (this repo)
- Service functions in [Golang](https://github.com/beard-programmer/service-functions-go)
- Service functions in [Elixir](https://github.com/beard-programmer/service-functions-elixir)

0 comments on commit 2ea49ad

Please sign in to comment.