-
Notifications
You must be signed in to change notification settings - Fork 7
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
Should we split target_market_share() into target_production() and target_technology_share()? #320
Comments
This is an interesting discussion that I would like to bring back to the fore. I'm curious what @cjyetman's thoughts are here too. In general, I think I would favour this. I can imagine that "1 metric, 1 function" may be a useful design pattern. Splitting these apart may allow us to more easily document each "metric", and what/ why it is useful, providing a unique vignette for each. However, that would depend on us adequately defining "what a metric is" which as it stands is a totally ambiguous definition. In the case above, the values of |
I'm in favor of "1 metric, 1 function"
edit: Since |
The question more precisely is: |
I would say yes, |
I agree! Just wanted a second opinion/ sanity check. Then all that said, I would think this issue represents a reasonable and desirable |
Status update: |
George and I believe that this may be a valuable architecture for a future iteration of these packages, but not something to work on in the existing Tagging as "wontfix" |
market_share() outputs two different results: technology_share and produciton.
Should we have a dedicated function for each kind of output?
This is not an urgent matter but an invitation to reflect on the design of the
package.
The text was updated successfully, but these errors were encountered: