DEV Community

Discussion on: Elm Europe 2018 - attending Richard Feldman’s workshop

Collapse
 
rwoodnz profile image
Richard Wood

This related to the a Elm parser library. An example provided was using it for field validation on forms. The pipeline approach gives a lot of power in how you construct your expectations and enables you to create code that is very readable compared to, say, using regex or a lengthy series of conditionals.