Skip to content

Typo and Alphabetical order #6

Description

@EggDice

Hey!

database.get('drabonballs', function (err, drabonballs) {
  if (err) {
    // if not return here
    console.log(err);
  }
  // this line will be executed as well
  console.log(drabonballs);
});

I think you meant to write dragon.

About requires: many company using alphabetical order, I really like the idea to separate requires by types, but I still think in the type groups alphabetical order would make sense. Opinions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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