Skip to content

Should function names in examples follow the naming convention? #92

@AtsushiSakai

Description

@AtsushiSakai

This style guide says "Use lower case with underscores for method names"
But some example codes seems not to follow it.

result = Function(
    arg1,
    arg2,
)

Should these be fixed?

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