Help refactor please? I might have missed something big here [Answered]
is there maybe a better way of writing this?
The idea here is that I have a list of an object, of which one of its properties (or fields) is
and I've got a second list of strings, which are the
I got to find the matching strings between them (with fuzzy preferably)
here's an example list of the two:
Basically I have to create a method that calculates the matching "tags" so to speak between the two lists.
Oh, additional note: I made a class MatchingTags that looks like this (just because I need both properties in the rest of the program)
The idea here is that I have a list of an object, of which one of its properties (or fields) is
Methodsand I've got a second list of strings, which are the
TagsI got to find the matching strings between them (with fuzzy preferably)
here's an example list of the two:
Basically I have to create a method that calculates the matching "tags" so to speak between the two lists.
Oh, additional note: I made a class MatchingTags that looks like this (just because I need both properties in the rest of the program)