Skip to content

Conversation

@minaorangina
Copy link
Member

No description provided.

# Optional REPL history
.node_repl_history

.prettierrc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels a bit redundant to have this in the .gitignore

Copy link
Member

@claireinez claireinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a couple of console.logs for successes that I don't think need to be in there. We need to think about proper error handling on the front end too, as I've seen quite a few students having to debug on the front end, though that's for a different PR.

console.error(err)
});
.then(function(json) {
console.log(json);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well remove the console.log here

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants