DATx02-16-14 / Hastings

A project evaluating Haste.App and the suitability of Haskell for the web.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Separate helper functions for LobbyServer #58

Closed Kalior closed 8 years ago

Kalior commented 8 years ago

So that the functions that the LobbyServer provides outwards have a cleaner separation from the helper functions.

Kalior commented 8 years ago

While doing this, also standardise the functions in LobbyServer, don't do monadic actions in a function if it can be done in a higher level function.

Kalior commented 8 years ago

Also write tests to the pure functions.