Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created December 7, 2019 14:27
Embed
What would you like to do?
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