TIY-DC-ROR-2015-Jan / course-notes

Syllabus, notes, and more for the class
0 stars 3 forks source link

Ping pong #46

Closed jamesdabbs closed 9 years ago

jamesdabbs commented 9 years ago

Due on Jan 28 @ 09:00am

Objectives

Learning Objectives

After completing this assignment, you should start developing a sense of:

After completing this assignment, you be able to effectively use

Other team members can feel free to maintain their own repos, but I'll be grading one solution per team unless you ask me to do otherwise.

Requirements

You will be ping-pong developing a function with your partner; that is, taking turns writing tests and implementation. Choose one of the following:

Scrabble Word Finder

Normal Mode

Define a Dictionary = [...] of a few words. Running the word finder function with an array of letters should find all the words in the dictionary that can be built from those letters.

Hard Mode

Write a function that converts roman numerals to integers.

Hard Mode

Also write the inverse function from integers to roman numerals.

EmilyChu commented 9 years ago

For Mallory only : ) @mallorybucell https://github.com/EmilyChu/Scrabble-HW.git git@github.com:EmilyChu/Scrabble-HW.git

mallorybucell commented 9 years ago

@EmilyChu Thanks for making this easy to find!

Here's that 'final' version we talked about. Since we didn't have time to really test/refactor, I commented-out the steps of the main code sections for reference, and commented out the tests we would have written/run if time. Hope I got them all. I left in old test pieces, etc, for future reference. Let me know your thoughts?

Since I'm not a collaborator on this repository, I put it in my own. You should be able to download it from https://github.com/mallorybucell/Jan27_Scrabble and push it to here. Let me know if there's any trouble.

mallorybucell commented 9 years ago

So I added in the "+=" for adding the arrays, but that probably won't work if letters are doubled up (like 2 Es or something), so should probably just use '+' in line 23, if that works. Won't edit b/c Emily already pushed and I can't push to this repo.

EmilyChu commented 9 years ago

needs refactoring. close for now