Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor common handler patterns into a base class for reuse #2

Open
eaftan opened this issue Feb 7, 2014 · 0 comments
Open

Refactor common handler patterns into a base class for reuse #2

eaftan opened this issue Feb 7, 2014 · 0 comments

Comments

@eaftan
Copy link
Owner

eaftan commented Feb 7, 2014

Many handlers need to do the same things, for example, collect all the ClassInfo from a trace so that you can do something interesting. Extract that functionality into a common base class so people don't have to reinvent the wheel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant