Hacker News new | ask | show | jobs
by PopeDotNinja 2082 days ago
If I get to choose the style, I like doing this...

    bar 
    |> decorate() 
    |> some_more() 
    |> case do 
      result -> 
        {:ok, result} 
    end
1 comments

I like that. I never occurred to me to pipe into `case`.