Skip to content

Instantly share code, notes, and snippets.

View stefanluptak's full-sized avatar

Stefan Luptak stefanluptak

View GitHub Profile
@stefanluptak
stefanluptak / early_exit.livemd
Created September 9, 2022 13:10
Early Exit in Elixir

Early exit

Section

defmodule Channel do
  def handle_event1("fetch-weather", _params, socket) do
    if socket.assigns[:target_date] do
      IO.puts("1 valid")