WrapperMatcherInterface is an abstraction over a member variable -- in
other words, not much of an abstraction at all. I think it makes code
harder to read more than in helps with deduplication. Not to even
mention the questionable usage of the ~Interface suffix for a type with
state.
Details
Details
- Reviewers
ymandel - Commits
- rG35492270ed70: Remove WrapperMatcherInterface
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yes, thank you! There are (IMO) too many layers of abstractions in this framework; this is a good step in the right direction. :)