What? There’s so much magic in Elixir and it’s ecosystem. Controllers in Phoenix, various handle_info overloads and requires implementations, misspelled atoms, pattern matching and mismatches with names structs, the implicit return… there’s so many footguns to fire at yourself.
these days returning from the middle of a function seems like magic to me. What is this return keyword and what sort of control flow is it abstracting over??