-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- It doesn't belong under GraphDb - a data structure. Move to gameRecommendations, probably as a static method
- Also move the TraversalFilters
- It is currently returning a hashmap of games. There's no real need for this, a list would be easier to understand. Instead, let's just have it returned the sorted list from (the now-misnamed) sort_by_playtime() (i.e. merge the two functions)
- The method is already a little long, so let's break it up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels