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

Move to interface based hierarchy #7

Open
timtadh opened this issue Mar 1, 2012 · 0 comments
Open

Move to interface based hierarchy #7

timtadh opened this issue Mar 1, 2012 · 0 comments
Labels

Comments

@timtadh
Copy link
Owner

timtadh commented Mar 1, 2012

Right now fuzzbuzz/models has a traditional OO object hierarchy. Frankly, it is a mess. Many object hierarchies are actually sharing common methods (flow, satisfiable, value, etc...). These hierarchies are not really related but they are implicitly related.

I want to unify this situation by moving to interface definitions (except perhaps for the Value hierarchy which is actually using things like has_value from Value).

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

No branches or pull requests

1 participant