-
Notifications
You must be signed in to change notification settings - Fork 3
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
18691: Add Reaction to replace CasesWithDetails as react return type, Major #115
Conversation
Martins Comments on a previous PR I think it's fair to say that the goal of the PR is to unify Reaction and ReactionSeries. So, I recommend that we explicitly do this. I see no reason (perhaps you do, let's discuss if so) why we can't just delete Reaction and ReactionSeries and then rename CasesWithDetails to Reaction. Next, I don't think that CasesWithDetails (which is a concrete class) should be housed in the types.py module. However, once we do No. 1 above, the types.py module would only contain Distances, which is entirely unused, (in howso-engine-py, anyway), so perhaps we can just delete the whole thing? At this point, perhaps we just put the new Reaction (was CasesWithDetails) in a new module called simply: reaction.py. If we can do these 2 things and fix up everything so that it all still passes tests, etc., it's a win! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Reaction