ExVenture Updates for August 2018 Conway’s Game of Life in Elixir

Errors are not exceptional

TL;DR bad input is not exceptional. Only use exceptions for truly exceptional cases. Try the OK library.

http://crowdhailer.me/2018-08-26/errors-are-not-exceptional/