Skip to content

Conversation

@Shailesh351
Copy link
Collaborator

@ear-dev
Copy link

ear-dev commented Sep 23, 2022

@AlexanderKanakis can you review please? thanks.

@ear-dev
Copy link

ear-dev commented Sep 27, 2022

@csmith14 any chance you can review this PR please? thanks...

}

public async initialize(configurationExtend: IConfigurationExtend, environmentRead: IEnvironmentRead): Promise<void> {
public async initialize(configurationExtend: IConfigurationExtend, _environmentRead: IEnvironmentRead): Promise<void> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why have we started replacing some of these parameter names with leading underscores? I've noticed it in a few PRs and would like to know why, so I can follow whatever the new convention is.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@csmith14 Underscores indicate function parameters that need to exist but are not used within the function block. We avoid TSlint issues that way.

@ear-dev ear-dev merged commit ccc4582 into master Sep 27, 2022
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.

[SF] Log SF API responses in the debug mode which will help in debugging

4 participants