Skip to content

Uniformalize function argument names #71

@end2endzone

Description

@end2endzone

Function arguments have multiple coding standard. One of them is prefixing all function arguments with i or o. This is a naming convention I learned at work and I do not think is not largely used in the outside world. The goal is to prefix variables with an i when the variable is an input and an o when the variable is an output (like Parse() functions defined in RapidAssist).

I consider removing the i and the o prefixes as I don't think it is intuitive enough for people outside of my work environment. I am also not always consistent across all files.

We might also adopt function arguments naming convention defined in Google's C++ Style Guide.

This issue is related to #39.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code cleanupThe code needs optimizationenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions