Skip to content

Spacing issue within Naming Conventions #15

@michaelmior

Description

@michaelmior

Under the section about PascalCase in Naming Conventions is the block

// good
function User(options){
  this.name = options.name;
}

As per the Whitespace section, there should be a space between the closing parens and the brace on the function definition.

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