Panpipe - an Elixir wrapper around Pandoc and its Markdown AST IntelliJ Elixir v11.0.1

Use Return Value to Defer Decisions

By deferring decisions of how to respond to an event, our app can become extremely flexible. This post is about the simplest, yet the most powerful tool for deferring decisions in our app: Return Value.

Use Return Value to Defer Decisions - Yiming Chen