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

Gh 731 review3 #372

Closed
wants to merge 4 commits into from
Closed

Gh 731 review3 #372

wants to merge 4 commits into from

Conversation

czarte
Copy link
Collaborator

@czarte czarte commented Jan 8, 2024

No description provided.

node/src/accountant/mod.rs Show resolved Hide resolved
@@ -224,25 +213,28 @@ pub fn server_initializer_collected_params<'a>(

let environment_vcl = EnvironmentVcl::new(&app);
let commandline_vcl = CommandLineVcl::new(args.to_vec());
let (unspecified_vec, specified_vec) = extract_values_vcl_fill_multiconfig_vec(
let multiconfig_for_values_extraction = make_new_multi_config(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe removing the make from the function name is a good idea. You might notice this word being extensively used in the functions of test utilities. So, maybe create_new_multi_config is a better name here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is widely used in production code. I'm going to make a card out of it.

@czarte czarte closed this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants