We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g., Use method dispatch inside of calculate to avoid
calculate
if (is.greta_mcmc_list(values)) { result <- calculate_greta_mcmc_list( target = target, values = values, nsim = nsim, tf_float = tf_float, trace_batch_size = trace_batch_size ) } else { result <- calculate_list( target = target, values = values, nsim = nsim, tf_float = tf_float, env = parent.frame() ) }
Thanks @maelle for the suggestion
The text was updated successfully, but these errors were encountered:
my source = https://speakerdeck.com/jennybc/code-smells-and-feels?slide=55 😸
Sorry, something went wrong.
No branches or pull requests
e.g., Use method dispatch inside of
calculate
to avoidThanks @maelle for the suggestion
The text was updated successfully, but these errors were encountered: