Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

third party noop library #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grantholly
Copy link

Following software design best practices I'm not going to be rolling my own noop (you jsut don't do that)

This addresses #90

@grantholly
Copy link
Author

Awesome, looks like tests passed.

@relative2
Copy link

relative2 commented Oct 6, 2018

Hey @grantholly if you weren't aware already, you haven't uploaded your PGP key to GitHub yet.

@@ -1,7 +1,7 @@
'use strict'

var isCI = require('is-ci')
var noop = function () {}
var noop = require('node-noop').noop

Choose a reason for hiding this comment

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

Did you write any unit tests for this?

Copy link
Author

Choose a reason for hiding this comment

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

I didn't write any new tests.

@jpike88
Copy link

jpike88 commented Jan 4, 2019

what the hell did I just read

@Guria
Copy link
Collaborator

Guria commented Jan 4, 2019

At first look, I was very sceptic about this change. But I appreciate this, after a closer look at node-noop repo. It is another seriously joking package which has solid tests and even benchmarks.

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.

None yet

5 participants