Skip to content

Small code refactoring fixes - renaming private methods  #3749

@Adam-it

Description

@Adam-it

🤔 Problem

Along resolving PR comments @Jwaegebaert noticed we have some not proper naming of private methods in some permission commands added not so long ago (most are my mistakes, sorry for that 🙏, probably to many transitions TS and C# along the day 😋). In some cases we have private methods names as PascalCase instead of camelCase.
example 👇

private AddRoleAssignment(requestUrl: string, logger: Logger, options: Options): Promise<void> {

🎯 Aim

The aim would be to refactor the wrong method names to start with lower case letter.

💡Eslint

  • First of all we should create an eslint rule that will validate if the method naming is correct

✅ ToDo

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions