-
Notifications
You must be signed in to change notification settings - Fork 23
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
Document switch helper #4
Comments
We're talking about this |
My preference would be to remove it, because it's not used much. That removes one thing to document and maintain. Also, I think at a later point we will want to implement short-circuiting and partitioning of conditional computations, if the performance improvements are confirmed. The switch helper as currently implemented would stand in the way of that. |
I find it quite useful. What is your replacement strategy @Morendil ? |
Partitioning by condition, as discussed previously |
Done in openfisca/openfisca-core#1055 (openfisca/openfisca-core@3650672), thanks @bonjourmauko! |
No description provided.
The text was updated successfully, but these errors were encountered: