Skip to content

Draft: Prefix private helper methods names with _

Malcolm Locke requested to merge 436431-prefix-private-helper-methods into master

What does this MR do and why?

Prefix private helper methods names with _

This is the first sweep modifying all private helper methods to be prefixed with _.

This does not include all private helper methods, but these changes are considered the safest to make as a first step.

All of the method names that are renamed here are only referenced from the file that contains the method definition.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #436431

Merge request reports