qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!
http://qfpl.io/projects/professional-fp-courses/
Other
624 stars 180 forks source link

level05: Consider renaming FirstApp.Conf.File.readObj #15

Closed endgame closed 6 years ago

endgame commented 6 years ago

In level05: FirstApp.Conf.File.readObj is confusingly named: it reads the contents of the config file and does not attempt to decode it to an object. Suggest renaming to FirstApp.Conf.File.readConfigFile