Skip to content

Remove "get_" prefixes from function names #276

@jgabry

Description

@jgabry

Suggestion from @bob-carpenter:

I'd recommend removing "get_" prefixes; "set_" is OK, but "get_" doesn't
really add any info, just four more characters.

I'm fine with deprecating the functions with get_ prefixes (get_sampler_params, get_inits, etc.). I don't think we would have any name conflicts with existing functions, so we should be able to just drop the get_ prefixes and keep the resulting function names. Eventually we can disallow the get_ versions entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions