Skip to content

More consistency in function names #23

@aalfons

Description

@aalfons

Most functions use lower case words separated by underscores, except when they are abbreviations of the main function GenericML(). But then there are some functions that break with that convention: Med() and TrueIfUnix().

For example, the latter can be renamed to check_unix(). Perhaps something like median_LU() can be used for the former, since med() may already exist in other packages or could easily be confused with mad().

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions