Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 16, 2011 23:54
Show Gist options
  • Save isaacs/830594 to your computer and use it in GitHub Desktop.
Save isaacs/830594 to your computer and use it in GitHub Desktop.

Node Homework

If you do this, you are awesome.

  1. Update to node 0.4.0
  2. Go to https://github.com/ry/node/issues
  3. Pick a bug.
  4. Try to reproduce it.
  5. Comment with either:
    1. "works for me on 0.4.0"
    2. "broken on 0.4.0" (along with any other details you think might be appropriate)
    3. "I think this is working as designed"
  6. Now go have a beer. You did a good thing for your community!

Extra Credit!

This is completely extra. You don't have to do this. You're a good person already. But it's cool if you want to keep going.

  1. Add a test showing the failure.
  2. gist a patch that adds your test

Even Extra-er Credit!!

  1. Figure out the cause.
  2. Make your test pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment