Skip to content

Instantly share code, notes, and snippets.

@dbc-challenges
Last active September 2, 2023 18:40
Show Gist options
  • Save dbc-challenges/6c718f4ec008998a0a8c to your computer and use it in GitHub Desktop.
Save dbc-challenges/6c718f4ec008998a0a8c to your computer and use it in GitHub Desktop.
generic template gist for phase 0 challenges
# 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
# 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