Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created December 7, 2019 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/a75b9f965aa7b9b4958bc385d254b5f3 to your computer and use it in GitHub Desktop.
Save IntegerMan/a75b9f965aa7b9b4958bc385d254b5f3 to your computer and use it in GitHub Desktop.
public AnalysisResult Analyze(Resume resume) {
// This analyzer is brittle, hard to maintain, and needs a rewrite!
var analyzer = new LegacyAnalyzer();
var result = analyzer.Analyze();
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment