Skip to content

Funcation names, some are HasFun(), while others are has_fun() #25

@luopeien

Description

@luopeien

Why are some functions named CamelCase while others are camel_case?

example:
// Whether the underlying channel is using SSL
bool is_ssl() const;

// Resets the Controller to its initial state so that it may be reused in
// a new call.  Must NOT be called while an RPC is in progress.

void Reset() { InternalReset(false); }

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