Skip to content

[Refactor] Auto is overused in the entire codebase #4904

@sfc-gh-rmaj

Description

@sfc-gh-rmaj

auto keyword is overused in the entire codebase. As per Google C++ Style Guide type deduction should be used to make the code clearer and it's not a case in forgottenserver (example. Most of the auto usage can be refactored to explicit type. It will have positive impact on readability and help new contributors with getting a grasp in the code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions