Content
@
0 reply
0 recast
2 reactions
Jax
@jaxer.eth
Elixir ergonomics are so nice: I can match on the success case of 'generate_images(...)', then map over the result if it's a list. This is pretty standard, but the neat part is that I can match to different callbacks within Enum.each depending on the list item content. Assertive programming is cool
0 reply
1 recast
1 reaction