qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!

Home Page:http://qfpl.io/projects/professional-fp-courses/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating modules simply as needed.

mankyKitty opened this issue · comments

With #23 comes a good time to include a discussion about the benefit of making a new module as needed. It's straightforward to do, and can be very useful for slicing up your functionality as required.

Added mention of this

-- Notice how we've moved these types into their own modules. It's cheap and