A way to troll your co-worker and piss them off at the same time.
Instead of the usual:
iex> "Hello, world" |> IO.puts
You can confuse everyone who decided to look at your code by:
iex> use Redpipe
iex> IO.puts |> "Hello, world"
Add redpipe
to your list of dependencies in mix.exs
:
def deps do
[
{:redpipe, git: "https://github.com/sirn/redpipe.git"}
]
end
¯\_(ツ)_/¯