Seva Baskin (@baskind) 's Twitter Profile
Seva Baskin

@baskind

Founder & Dev at campusboard.org (Elixir, Ruby, Javascript). Slow-paced nomad. Speak: EN, IT, UA, BY, ES, RU

ID: 36025904

linkhttps://www.instagram.com/sevabaskin calendar_today28-04-2009 09:09:45

2,2K Tweet

385 Takipçi

870 Takip Edilen

Seva Baskin (@baskind) 's Twitter Profile Photo

The #1 thing I miss from Ruby in Elixir: clean, expressive keyword args: def notify(user:, subject: "Hello") I know I can do: def notify(opts) do user = Keyword.fetch!(opts, :user) subject = Keyword.get(opts, :subject, "Hello") end But elegance tax is real. #MyElixirStatus