Skip to content

Inconsistent function names #68

@hadley

Description

@hadley

From @rpruim: Many of the functions in the package are named foo_bar(). Sometimes foo indicates what type of object is returned (f_capture() returns a formula) and sometimes foo indicates what sort of thing must be the input (f_eval() operates on a formula). That seems a little bit confusing. If expr here is supposed to indicate that the first argument is a promise, perhaps f_capture() should be expr_capture(), or perhaps all of these should be p_* (p for promise).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions