/phase0_template_gist.rb Secret
Last active
September 2, 2023 18:40
-
Star
(0)
You must be signed in to star a gist -
Fork
(3,949)
You must be signed in to fork a gist
-
-
Save dbc-challenges/6c718f4ec008998a0a8c to your computer and use it in GitHub Desktop.
generic template gist for phase 0 challenges
This file contains hidden or 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
# 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