Skip to content

Updates to #112 refactor #122

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

Merged
merged 4 commits into from
May 12, 2015
Merged

Updates to #112 refactor #122

merged 4 commits into from
May 12, 2015

Conversation

jamesplease
Copy link
Collaborator

Ready for review/merge!

Updates

  • Adding jQuery to the package.json. I received an error when I tried to load the tests in the browser 'cuz it couldn't find jquery.
  • Update README text w. changes
  • Fix a failing test

To investigate

The following solutions are failing:

  • logical operators
    • you should be able to work with logical and (✘ This works on master) Fixed!
  • permutation (Solutions missing for two recursion tests js-assessment-answers#33)
    • you should be able to return the nth number in a fibonacci sequence
    • you should be able to return the set of all valid combinations of n pairs of parentheses.

@@ -65,7 +65,7 @@ the `data` directory; you can access it at `/data/<filename>.json`.

### Available dependencies

The repo includes jQuery, Backbone, Underscore, and RequireJS. If there's other
The repo includes jQuery, Backbone, and Underscore. If there's other
stuff you'd find useful, you can put it in the `lib` directory.
Copy link
Collaborator

Choose a reason for hiding this comment

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

might as well get rid of the idea of a lib directory since one does not exist.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

👍 Good catch!

Copy link
Collaborator

Choose a reason for hiding this comment

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

maybe tell people to use npm to add things if they need? they would also have to add the dep to app/runner.html as well as whatever answers they would use it in using node's require.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I thought about adding that, but decided against adding this to this particular section. It seems to me that the current tools provided are more than enough to solve the current tests.

I could see instructions on adding new tools belonging in the "I don't like this tech stack" / fork this project section, though.

What do you think? 😮

@jamesplease
Copy link
Collaborator Author

There were 3 failing tests. Two are missing answers; the other does work on master. Working to fix it now!

@jamesplease jamesplease changed the title WIP: Updates to #112 refactor Updates to #112 refactor May 12, 2015
ashleygwilliams added a commit that referenced this pull request May 12, 2015
@ashleygwilliams ashleygwilliams merged commit e97dd47 into browser-deps May 12, 2015
@ashleygwilliams ashleygwilliams deleted the updatez branch May 12, 2015 22:00
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.

2 participants