Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 974 Bytes

5_reverse_cipher.md

File metadata and controls

23 lines (16 loc) · 974 Bytes

Week 4 Home

U2.W4: Reverse Cipher Challenge!

Learning Objectives

  • Identify and explain what code is doing
  • Research and explain how methods work
  • Determine whether code follows good practices

Background

So you've already done the cipher challenge and refactored it for clarity. Did you wonder how we came up with that beautiful encription? Well, here's your chance to see the magic, but don't get too excited. You'll need to do some research on some of the methods so you can explain how they work.

Use IRB to figure out exactly how the various methods work. Try to implement them on your own!

Directions

  1. Read through the solution in the solution file.
  2. Comment each line to describe what it's doing
  3. Answer the questions in that respective section
  4. Reflect
  5. Sync your changes (push your solution) to Github
  6. Review