Implementing a strategy design pattern for the matching algorithm class #82
lancenigel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking of moving the assign score method into its own class and having that new class implement an interface. This interface would then have a bunch of new methods that essentially compare attributes of profiles. I was thinking this design would be more efficient as down the line we may decide to include more and more attributes to compare users and assign compatibility scores.
Beta Was this translation helpful? Give feedback.
All reactions