All public logs

Jump to navigation Jump to search

Combined display of all available logs of Elixir Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:15, 3 December 2023 Elixirfan talk contribs created page Error Handling Patterns (Created page with "== Error Handling Patterns == Error handling is an essential aspect of writing robust and reliable Elixir code. In Elixir, errors are embraced through the use of exceptions and well-defined error handling patterns. These patterns help developers in effectively managing and recovering from errors, ensuring that the system remains resilient. === 1. Return {:ok, result} or {:error, reason} === The {:ok, result} and {:error, reason} tuple convention is widely used in Elixi...")