samuelpilz / core-catcher

MIT License
3 stars 0 forks source link

Ws app refactorings #30

Closed samuelpilz closed 7 years ago

samuelpilz commented 7 years ago

Refactor such that the app is more easily tested and the App itself is more independent from Websockets. The goal is that only the Modules in the app folder know about Websockets.

samuelpilz commented 7 years ago

Note that WsAppUtils can be deleted since there is a typeclass for sending different types

fendor commented 7 years ago

Resolve the merge conflicts, then we will merge

samuelpilz commented 7 years ago

This makes Testing impure code much easier, closes #2