Skip to content

Instantly share code, notes, and snippets.

@dbc-challenges
Created October 19, 2013 19:00
Show Gist options
  • Save dbc-challenges/62165cbc4207f1c9d2b6 to your computer and use it in GitHub Desktop.
Save dbc-challenges/62165cbc4207f1c9d2b6 to your computer and use it in GitHub Desktop.
# PSEUDOCODE
# Please write your pseudocode here and keep it commented
# INPUT:
# OUPUT:
# What are the steps to solve the problem? Write them out in plain english as best you can.
#
#
#
# INITIAL CODE:
# This is the first version of code to pass the rspec tests and get all green.
# REFACTORED CODE:
# see: http://sourcemaking.com/refactoring/introduction-to-refactoring
# DRIVER TEST CODE
# This code calls your above methods and passes arguments (input) and equates it to an expectation (output)
# eg puts find_product(10, 3) == 30
# Include all your tests below:
# REVIEW/REFLECT
# Reflection is vital to learning and growth. These challenges should not be thought of as items to check off;
# they are your opportunities to learn and grow as a programmer. Use the following questions to reflect on this challenge.
# Was your strategy for solving the challenge successful?
# What part of your strategy worked? What parts were challenging?
# What questions did you have while coding? Did you find answers to them?
# Are there any concepts that are still confusing to you?
# Did you learn any new skills or ruby tricks?
# INCLUDE REFLECTION HERE:
#
#
#
#
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment