Created
August 12, 2013 12:22
-
-
Save scottmascio2115/6210365 to your computer and use it in GitHub Desktop.
reflect and iterate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Feel free to ask other people to explain things to you. | |
#Remember, your understanding is the most important part. | |
# Include links to all three gists here. Ruby_Racer && Sudoku | |
# 1. https://gist.github.com/tarynsauer/d6e99f07b25a429cd755 | |
# 2.https://gist.github.com/nlprater/c2af4e1ff3b7074252f6 | |
# 3.https://gist.github.com/bahrieinn/65aee31bb545bbb089f9 | |
# Now, redo your most difficult week review challenge. | |
#Focus on the applying the things you learned from the review | |
#you did as well as the four rules of simple design. | |
# Place links to the original gist and the new submission below. | |
# Original: https://gist.github.com/Luiz-N/20d58f225f16d78ab7d7 | |
# new: https://gist.github.com/scottmascio2115/6207749 | |
#old: https://gist.github.com/Luiz-N/20d58f225f16d78ab7d7 | |
# Once you have re-completed the review challenge, answer the following questions: | |
# How did reviewing other peoples code impact your second attempt? | |
# Looking at other peoples code helped me refactor mines into simpilier terms | |
# What questions did you dive into when reviewing the other code? | |
# Did you run into any dead ends that you don't understand? | |
#On occassion the code still breaks, it works 50 percent of the time and | |
#breaks 50 percent of the time. I am not sure why tho. | |
#Enumerate 2 or 3 of the dead ends you dove into. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment