hpk42 / muacrypt

Autocrypt and more for Mail User Agents
Other
36 stars 15 forks source link

Recommendations #44

Closed azul closed 6 years ago

azul commented 6 years ago

Implement recommendations algorithm and expose it through a new command line function

azul commented 6 years ago

For now mainly some glue code in Account and a new class Recommendation. Idea is to have the recommendation logic encapsulated in Recommendation as a value object (immutable state and no sideeffects). That way we can easily test a bunch of corner cases in isolation while keeping the code in Account at a minimum.